mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 00:24:47 -07:00
take default theme name from startup instead of using empty (#6663)
This commit is contained in:
parent
04f06206b7
commit
e39bbd2b31
3 changed files with 6 additions and 1 deletions
|
|
@ -40,6 +40,7 @@ public:
|
|||
};
|
||||
|
||||
private:
|
||||
QString defaultStyleName;
|
||||
std::array<QBrush, Role::MaxRole + 1> brushes;
|
||||
QStringMap availableThemes;
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue