mirror of
https://github.com/opentx/opentx.git
synced 2025-07-21 15:25:17 +03:00
Changed every single QSetting in Companion.
Next step: Function renaming
This commit is contained in:
parent
f617ae1362
commit
da68c593cf
28 changed files with 1048 additions and 924 deletions
|
@ -914,7 +914,7 @@ QString getCenterBeep(ModelData * g_model)
|
|||
|
||||
QString getTheme()
|
||||
{
|
||||
int theme_set = glob.theme();
|
||||
int theme_set = g.theme();
|
||||
QString Theme;
|
||||
switch(theme_set) {
|
||||
case 0:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue