Fix config save on android
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user