mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-17 14:29:56 +02:00
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:
@ -128,6 +128,7 @@ namespace OS {
|
||||
app.scheme.uify(app.observable, true);
|
||||
app.main();
|
||||
app.show();
|
||||
app.observable.trigger("launched",undefined);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user