Allow the user to choose the UI theme

Mainly useful for those who want dark mode on Windows.
This commit is contained in:
Nadia Holmquist Pedersen
2024-02-07 20:12:23 +01:00
parent d48e5f2da0
commit a7575ec7b3
6 changed files with 59 additions and 4 deletions

View File

@ -44,4 +44,6 @@ public:
bool event(QEvent* event) override;
};
extern QString* systemThemeName;
#endif // MAIN_H