Use .json extension for config file

This commit is contained in:
luboslenco
2022-06-16 14:16:16 +02:00
parent 1281254517
commit 616a9ff604
+1 -1
View File
@@ -110,7 +110,7 @@ class BoxPreferences {
});
}
if (ui.button(tr("Import..."), Left)) {
UIFiles.show("arm", false, false, function(path: String) {
UIFiles.show("json", false, false, function(path: String) {
Data.getBlob(path, function(b: kha.Blob) {
var raw = Json.parse(b.toString());
iron.App.notifyOnInit(function() {