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:
parent
ffeb7cd6b2
commit
9d1d36cd3b
223 changed files with 192 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue