Miscellaneous desktop stuff
This commit is contained in:
parent
6790e3ac3b
commit
4a107f660c
8 changed files with 45 additions and 15 deletions
|
@ -1,6 +1,6 @@
|
|||
import { Application } from "./application.js";
|
||||
import { on_window_event } from "../../state.js";
|
||||
const { query } = await Service.import("applications");
|
||||
const { query, reload } = await Service.import("applications");
|
||||
|
||||
const Launcher = () => {
|
||||
let applications = query("").map(Application);
|
||||
|
@ -13,6 +13,7 @@ const Launcher = () => {
|
|||
});
|
||||
|
||||
function repopulate() {
|
||||
reload();
|
||||
applications = query("").map(Application);
|
||||
list.children = applications;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue