위젯 추가 팝업 수정

This commit is contained in:
Macbook
2026-06-15 17:17:06 +09:00
parent 271392bc49
commit 51fdcf40e5
16 changed files with 435 additions and 238 deletions
+9 -1
View File
@@ -2,7 +2,7 @@
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "GoldenChart desktop main + widget windows",
"windows": ["main", "widget-*"],
"windows": ["main", "widget-*", "widget-picker-*"],
"permissions": [
"core:default",
"core:window:allow-create",
@@ -11,7 +11,15 @@
"core:window:allow-show",
"core:window:allow-set-focus",
"core:window:allow-set-title",
"core:window:allow-set-size",
"core:window:allow-set-min-size",
"core:window:allow-inner-size",
"core:window:allow-scale-factor",
"core:window:allow-center",
"core:window:allow-start-dragging",
"core:window:allow-set-always-on-top",
"core:event:allow-emit",
"core:event:allow-listen",
"core:webview:allow-create-webview-window",
"core:webview:allow-webview-close",
"notification:default",