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;
});
} catch (e) {
return announcer.osfail(
__("Error find app by mimes {0}", mime),
e
);
return false;
}
};
let arr: string[];

View File

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