Fix config save on android

This commit is contained in:
luboslenco
2021-02-10 12:08:32 +01:00
parent 30b8557066
commit 9e7f5627e1
+2
View File
@@ -123,6 +123,8 @@ class Path {
public static function isProtected(): Bool {
#if krom_windows
return Krom.getFilesLocation().indexOf("Program Files") >= 0;
#elseif krom_android
return true;
#else
return false;
#end