mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Applying color themes with confirmation / reverting (15 seconds).
This commit is contained in:
@@ -828,7 +828,11 @@ QByteArray save() {\n\
|
||||
}\n\
|
||||
\n\
|
||||
bool load(const QByteArray &cache) {\n\
|
||||
return _palette.load(cache);\n\
|
||||
if (_palette.load(cache)) {\n\
|
||||
style::internal::resetIcons();\n\
|
||||
return true;\n\
|
||||
}\n\
|
||||
return false;\n\
|
||||
}\n\
|
||||
\n\
|
||||
bool setColor(QLatin1String name, uchar r, uchar g, uchar b, uchar a) {\n\
|
||||
|
Reference in New Issue
Block a user