mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-24 14:49:53 -06:00
Allow the user to choose the UI theme
Mainly useful for those who want dark mode on Windows.
This commit is contained in:
@ -44,4 +44,6 @@ public:
|
||||
bool event(QEvent* event) override;
|
||||
};
|
||||
|
||||
extern QString* systemThemeName;
|
||||
|
||||
#endif // MAIN_H
|
||||
|
Reference in New Issue
Block a user