Save UI Theme Dialog size

PR #18709.
This commit is contained in:
thalieht
2023-03-17 21:15:56 +02:00
committed by GitHub
parent ae06daba6a
commit d41a77841d
2 changed files with 9 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
#include <QHash>
#include <QString>
#include "base/settingvalue.h"
#include "uithemesource.h"
namespace Ui
@@ -60,6 +61,7 @@ private:
bool storeIcons();
Ui::UIThemeDialog *m_ui;
SettingValue<QSize> m_storeDialogSize;
DefaultThemeSource m_defaultThemeSource;
QHash<QString, ColorWidget *> m_lightColorWidgets;