update GUI API

This commit is contained in:
Dany LE 2021-10-24 20:37:19 +02:00
parent 27ac7c06fc
commit 86a94a817a
3 changed files with 2 additions and 5 deletions

Binary file not shown.

View File

@ -257,10 +257,7 @@ namespace OS {
return false; return false;
}); });
} catch (e) { } catch (e) {
return announcer.osfail( return false;
__("Error find app by mimes {0}", mime),
e
);
} }
}; };
let arr: string[]; let arr: string[];

View File

@ -6,7 +6,7 @@
"author": "Xuan Sang LE", "author": "Xuan Sang LE",
"email": "xsang.le@gmail.com" "email": "xsang.le@gmail.com"
}, },
"version":"0.1.3-a", "version":"0.1.4-b",
"category":"System", "category":"System",
"iconclass":"fa fa-hdd-o", "iconclass":"fa fa-hdd-o",
"mimes":["dir"], "mimes":["dir"],