mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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("settingsIconBg6"),
|
||||||
qstr("settingsIconBg8"),
|
qstr("settingsIconBg8"),
|
||||||
qstr("settingsIconBgArchive"),
|
qstr("settingsIconBgArchive"),
|
||||||
|
qstr("premiumButtonBg1"),
|
||||||
|
qstr("premiumButtonBg2"),
|
||||||
|
qstr("premiumButtonBg3"),
|
||||||
|
qstr("premiumIconBg1"),
|
||||||
|
qstr("premiumIconBg2"),
|
||||||
} };
|
} };
|
||||||
|
|
||||||
style::colorizer::Color cColor(std::string_view hex) {
|
style::colorizer::Color cColor(std::string_view hex) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue