feat(InstancePages): save/load wide bar visibility settings

Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
flow
2022-11-19 17:12:31 -03:00
parent 479843f56b
commit 2d69d63efe
10 changed files with 80 additions and 1 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;
};