Merge pull request #486 from flowln/wide_bar_customization

This commit is contained in:
flow
2022-12-11 04:16:45 -08:00
committed by GitHub
12 changed files with 286 additions and 77 deletions

View File

@ -42,6 +42,8 @@
#include "ui/pages/BasePage.h"
#include <Application.h>
#include "settings/Setting.h"
namespace Ui
{
class ServersPage;
@ -112,5 +114,7 @@ private: // data
Ui::ServersPage *ui = nullptr;
ServersModel * m_model = nullptr;
InstancePtr m_inst = nullptr;
std::shared_ptr<Setting> m_wide_bar_setting = nullptr;
};