💥 fix: correctly use centerbox with gtkbuilder types, fix styles

also re-added some windows to the windows list(they were causing issues before)
This commit is contained in:
retrozinndev
2025-07-07 21:58:34 -03:00
parent 246698c642
commit 2fb3b68204
15 changed files with 144 additions and 199 deletions
+2 -2
View File
@@ -78,11 +78,11 @@ App.start({
runnerPlugins.map(plugin => Runner.addPlugin(plugin));
console.log("Opening default windows");
/* Open openOnStart windows
// Open openOnStart windows
defaultWindows.map(name => {
if(Windows.getDefault().isVisible(name)) return;
Windows.getDefault().open(name);
});*/
});
}
});