Version 2.5.9: Move window position to Core::Settings.

This commit is contained in:
John Preston
2021-02-17 19:20:05 +04:00
parent 70570e0987
commit b3660f1ed8
10 changed files with 100 additions and 44 deletions

View File

@@ -68,18 +68,6 @@ inline const QString &cDialogHelperPathFinal() {
DeclareSetting(bool, AutoUpdate);
struct TWindowPos {
TWindowPos() = default;
int32 moncrc = 0;
int maximized = 0;
int scale = 0;
int x = 0;
int y = 0;
int w = 0;
int h = 0;
};
DeclareSetting(TWindowPos, WindowPos);
DeclareSetting(bool, SeenTrayTooltip);
DeclareSetting(bool, RestartingUpdate);
DeclareSetting(bool, Restarting);