1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-21 07:15:12 +03:00

Added white theme

This commit is contained in:
Dvogonen 2014-01-21 09:21:17 +01:00
parent ffeb7cd6b2
commit 9d1d36cd3b
223 changed files with 192 additions and 2 deletions

View file

@ -1503,9 +1503,15 @@ QString getTheme()
case 0:
Theme="classic";
break;
case 2:
Theme="monowhite";
break;
case 3:
Theme="monoblue";
break;
default:
Theme="monochrome";
break;
}
return Theme;
}
}