mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 00:05:17 +03:00
New icon theme added
This commit is contained in:
parent
fab041ce16
commit
4ca9aba433
4 changed files with 186 additions and 5 deletions
|
@ -924,10 +924,13 @@ QString getTheme()
|
|||
Theme="monowhite";
|
||||
break;
|
||||
case 3:
|
||||
Theme="monochrome";
|
||||
break;
|
||||
case 4:
|
||||
Theme="monoblue";
|
||||
break;
|
||||
default:
|
||||
Theme="monochrome";
|
||||
Theme="new";
|
||||
break;
|
||||
}
|
||||
return Theme;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue