mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-28 13:27:51 +02:00
more android fixes
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user