This commit is contained in:
luboslenco
2025-03-01 13:39:46 +01:00
parent 10729372bf
commit 2ef6cf7623
44 changed files with 258 additions and 511 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ function shutdown() {
}
function main() {
iron_set_app_name("ArmorPad");
kinc_set_app_name("ArmorPad");
let blob_storage: buffer_t = iron_load_blob(iron_save_path() + "/config.json");
if (blob_storage == null) {