commit 852e6544e6bd42453ddaaebd8b5d74864f0ed84b
parent 8849b23f1ccccd7658f97a687b6ebc7efec0e411
Author: Hans Petter Selasky <hps@selasky.org>
Date: Sun, 5 Apr 2020 13:37:23 +0200
Fix Advanced/Beginner Selection
Signed-off-by: Hans Petter Selasky <hps@selasky.org>
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/UI/MasterUI.fl b/src/UI/MasterUI.fl
@@ -506,7 +506,7 @@ if (fl_choice("The file *might* exist. \\nOverwrite it?","No","Yes",NULL)) {
masterwindow->hide();
refresh_master_ui();
simplemasterwindow->show();
- osc->write("/cfg.UserInterfaceMode", "i", 2);
+ osc->write("/config/cfg.UserInterfaceMode", "i", 2);
};}
xywh {15 15 100 20}
}
@@ -1072,7 +1072,7 @@ if (result==-10) fl_alert("Error: Could not load the file\\nbecause it is not an
simplemasterwindow->hide();
refresh_master_ui();
masterwindow->show();
- osc->write("/cfg.UserInterfaceMode", "i", 1);
+ osc->write("/config/cfg.UserInterfaceMode", "i", 1);
};}
xywh {0 0 100 20}
}