mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-02-22 01:42:47 +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;
|
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[];
|
||||||
|
@ -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"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user