add window manager

This commit is contained in:
Eduard Gert
2026-05-15 10:14:01 +02:00
parent 258e7ec038
commit db8c9a0e30
9 changed files with 275 additions and 252 deletions

View File

@@ -10,7 +10,7 @@ import * as ProfileSwitcher from "./profileswitcher.js";
import * as Profiles from "./profiles.js";
import * as Settings from "./settings.js";
import * as Update from "./update.js";
import * as Windows from "./windows.js";
import * as WindowManager from "./windowmanager.js";
export {
Connection,
Debug,
@@ -21,7 +21,7 @@ export {
Profiles,
Settings,
Update,
Windows
WindowManager
};
export {