1
0
Fork 0
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:
Kjell Kernen 2014-02-12 13:22:46 +01:00
parent fab041ce16
commit 4ca9aba433
4 changed files with 186 additions and 5 deletions

View file

@ -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;