Added option to lock the menu order

This commit is contained in:
AlexandreRouma
2022-03-31 01:03:31 +02:00
parent 03f173a3ac
commit 8d78eb301c
5 changed files with 19 additions and 1 deletions

View File

@@ -221,6 +221,12 @@ int sdrpp_main(int argc, char* argv[]) {
defConfig["vfoColors"]["Radio"] = "#FFFFFF";
#ifdef __ANDROID__
defConfig["lockMenuOrder"] = true;
#else
defConfig["lockMenuOrder"] = false;
#endif
#if defined(_WIN32)
defConfig["modulesDirectory"] = "./modules";
defConfig["resourcesDirectory"] = "./res";