From 9e32cd4b61b7a22554d1ac046d685a916a926f3f Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 16 Jan 2025 22:29:13 +1100 Subject: updates: make popup window --- app.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app.tsx') diff --git a/app.tsx b/app.tsx index 708532f..9743792 100644 --- a/app.tsx +++ b/app.tsx @@ -5,6 +5,7 @@ import Launcher from "./src/modules/launcher"; import Notifications from "./src/modules/notifications"; import NotifPopups from "./src/modules/notifpopups"; import Osds from "./src/modules/osds"; +import Updates from "./src/modules/updates"; import Monitors from "./src/services/monitors"; import Players from "./src/services/players"; @@ -26,6 +27,7 @@ App.start({ ; Monitors.get_default().forEach(m => ); ; + ; console.log("Caelestia started"); }, -- cgit v1.2.3-freya