tray icon

This commit is contained in:
2022-07-15 17:29:22 +02:00
parent 4f804dc5c3
commit ab2bb6055c
7 changed files with 109 additions and 6 deletions

View File

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