mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Ignore premium gradient keys when colorizing theme.
This commit is contained in:
parent
746141a363
commit
6e9493c725
1 changed files with 5 additions and 0 deletions
|
@ -75,6 +75,11 @@ const auto kColorizeIgnoredKeys = base::flat_set<QLatin1String>{ {
|
|||
qstr("settingsIconBg6"),
|
||||
qstr("settingsIconBg8"),
|
||||
qstr("settingsIconBgArchive"),
|
||||
qstr("premiumButtonBg1"),
|
||||
qstr("premiumButtonBg2"),
|
||||
qstr("premiumButtonBg3"),
|
||||
qstr("premiumIconBg1"),
|
||||
qstr("premiumIconBg2"),
|
||||
} };
|
||||
|
||||
style::colorizer::Color cColor(std::string_view hex) {
|
||||
|
|
Loading…
Add table
Reference in a new issue