Qt: Fix a couple of theme switching glitches

This commit is contained in:
Stenzek
2024-08-18 13:22:58 +10:00
parent 9d7a3b10c2
commit 6f9e8efee5
11 changed files with 319 additions and 268 deletions

View File

@@ -78,9 +78,6 @@ public:
explicit MainWindow();
~MainWindow();
/// Sets application theme according to settings.
static void updateApplicationTheme();
/// Performs update check if enabled in settings.
void startupUpdateCheck();
@@ -205,9 +202,6 @@ protected:
#endif
private:
static void setStyleFromSettings();
static void setIconThemeFromSettings();
/// Initializes the window. Call once at startup.
void initialize();