Add themed icons to icon picker, add option to force themed icons

This commit is contained in:
MM20
2022-07-31 21:45:00 +02:00
parent b979c81501
commit 389b33aebe
12 changed files with 260 additions and 143 deletions
@@ -219,7 +219,9 @@ message Settings {
IconShape shape = 1;
bool themed_icons = 2;
string icon_pack = 3;
reserved 4;
bool adaptify = 5;
bool force_themed = 6;
}
IconSettings icons = 21;