editor WIP

This commit is contained in:
nicwands
2026-02-16 14:40:57 -05:00
parent a4fb3f2a87
commit b89d41e47a
23 changed files with 4495 additions and 511 deletions

View File

@@ -5,8 +5,8 @@ const utils = require("@electron-toolkit/utils");
const icon = path.join(__dirname, "../../resources/icon.png");
function createWindow() {
const mainWindow = new electron.BrowserWindow({
width: 900,
height: 670,
width: 354,
height: 549,
show: false,
autoHideMenuBar: true,
...process.platform === "linux" ? { icon } : {},