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

This commit is contained in:
Jakub Melka
2024-10-19 19:53:36 +02:00
parent 4359109157
commit b0e5c3001b
4 changed files with 33 additions and 10 deletions

View File

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