mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-08 05:58:22 +01:00
update GUI API
This commit is contained in:
parent
27ac7c06fc
commit
86a94a817a
Binary file not shown.
@ -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[];
|
||||
|
@ -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"],
|
||||
|
Loading…
Reference in New Issue
Block a user