take default theme name from startup instead of using empty (#6663)

This commit is contained in:
ebbit1q 2026-03-06 00:19:10 +01:00 committed by GitHub
parent 04f06206b7
commit e39bbd2b31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 1 deletions

View file

@ -40,6 +40,7 @@ public:
};
private:
QString defaultStyleName;
std::array<QBrush, Role::MaxRole + 1> brushes;
QStringMap availableThemes;
/*