This commit is contained in:
luboslenco
2024-03-14 23:58:24 +01:00
parent 23a3d25731
commit 5edfd09550
70 changed files with 3229 additions and 3100 deletions
+2
View File
@@ -14,6 +14,8 @@ function config_load(done: ()=>void) {
done();
}
catch (e: any) {
krom_log(e);
///if krom_linux
try { // Protected directory
let blob: ArrayBuffer = data_get_blob(krom_save_path() + "config.json");