autostart + more cleanup

This commit is contained in:
2022-07-21 17:29:43 +02:00
parent 27be3fb0d4
commit d5d4521f58
12 changed files with 676 additions and 598 deletions

View File

@@ -39,6 +39,7 @@ public:
class ApplicationSettings {
public:
bool autostart = false;
bool docked = false;
bool showDisabledDevices = false;
};