Method is public.

Took 3 minutes
This commit is contained in:
Lukas Brübach 2026-04-08 15:16:28 +02:00
parent 36b4eac829
commit d99f40623c

View file

@ -50,11 +50,11 @@ private:
protected:
void ensureThemeDirectoryExists();
bool isDarkMode();
QBrush loadBrush(QString fileName, QColor fallbackColor);
QBrush loadExtraBrush(QString fileName, QBrush &fallbackBrush);
public:
bool isDarkMode();
QStringMap &getAvailableThemes();
QBrush &getBgBrush(Role zone);