more android fixes

This commit is contained in:
AlexandreRouma
2022-03-24 20:23:07 +01:00
parent 58fcbbc5d2
commit 47b54743bd
2 changed files with 6 additions and 0 deletions

View File

@ -194,7 +194,11 @@ int sdrpp_main(int argc, char* argv[]) {
// Themes
defConfig["theme"] = "Dark";
#ifdef __ANDROID__
defConfig["uiScale"] = 3.0f;
#else
defConfig["uiScale"] = 1.0f;
#endif
defConfig["modules"] = json::array();