Merge pull request #7 from JezzWTF/feat/custom-titlebar

feat: custom TitleBar with window controls (no native decorations)
This commit was merged in pull request #7.
This commit is contained in:
2026-04-06 21:02:45 +01:00
committed by GitHub
4 changed files with 149 additions and 18 deletions
+5 -1
View File
@@ -12,6 +12,10 @@
"fs:allow-read-file",
"fs:allow-read-dir",
"fs:read-files",
"fs:read-dirs"
"fs:read-dirs",
"core:window:allow-minimize",
"core:window:allow-close",
"core:window:allow-toggle-maximize",
"core:window:allow-is-maximized"
]
}
+3 -1
View File
@@ -16,7 +16,9 @@
"width": 1280,
"height": 800,
"minWidth": 800,
"minHeight": 600
"minHeight": 600,
"decorations": false,
"shadow": true
}
],
"security": {