Issue #200: Icons under dark theme on Arch/KDE is broken

This commit is contained in:
Jakub Melka
2024-12-21 13:54:15 +01:00
parent e841836b99
commit c1fd0cdd4a
9 changed files with 106 additions and 21 deletions

View File

@ -61,7 +61,7 @@ public:
static void style(QWidget* widget);
/// Overrides automatically detected dark theme / light theme settings
static void setDarkTheme(bool isDarkTheme);
static void setDarkTheme(bool isLightTheme, bool isDarkTheme);
/// Returns true if the dark theme is currently set for the application.
static bool isDarkTheme();