Skip to content

Commit 8eb2347

Browse files
author
hubab1
committed
fix: allow window dragging permission
1 parent 4796e22 commit 8eb2347

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src-tauri/capabilities/default.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"permissions": [
77
"core:default",
88
"opener:default",
9-
"dialog:default"
9+
"dialog:default",
10+
"core:window:allow-start-dragging"
1011
]
1112
}

0 commit comments

Comments
 (0)