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

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[];