This commit is contained in:
2026-06-27 23:08:19 +02:00
parent 25700821d1
commit 5b44a65e51
22 changed files with 3388 additions and 3538 deletions
+9 -1
View File
@@ -3,5 +3,13 @@
"identifier": "default",
"description": "Default permissions for the desktop window",
"windows": ["main"],
"permissions": ["core:default"]
"permissions": [
"core:default",
"core:window:allow-minimize",
"core:window:allow-toggle-maximize",
"core:window:allow-unminimize",
"core:window:allow-close",
"core:window:allow-is-maximized",
"core:window:allow-start-dragging"
]
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

+4 -2
View File
@@ -13,11 +13,13 @@
"windows": [
{
"label": "main",
"title": "Tauri Git Lite",
"title": "GitLite",
"width": 1200,
"height": 800,
"minWidth": 900,
"minHeight": 600
"minHeight": 600,
"decorations": false,
"shadow": true
}
],
"security": {