Minor improvement

- Use arrow up key on File widget to navigate to parent directory
- Application will trigger a "launched" event when opened
This commit is contained in:
DanyLE
2022-07-04 19:59:34 +02:00
parent f97a45be15
commit b2ce9ec978
4 changed files with 22 additions and 6 deletions

View File

@ -128,6 +128,7 @@ namespace OS {
app.scheme.uify(app.observable, true);
app.main();
app.show();
app.observable.trigger("launched",undefined);
}
/**