This commit is contained in:
2022-07-21 16:18:54 +02:00
parent df939555b9
commit 27be3fb0d4
3 changed files with 4 additions and 9 deletions

View File

@@ -41,8 +41,6 @@ class ApplicationSettings {
public:
bool docked = false;
bool showDisabledDevices = false;
bool fitWindowHeight = true;
bool minimizeToTray = true;
};
class ApplicationData {