diff --git a/frontend/src-tauri/build.rs b/frontend/src-tauri/build.rs index bde0b03..75a9897 100644 --- a/frontend/src-tauri/build.rs +++ b/frontend/src-tauri/build.rs @@ -35,6 +35,7 @@ fn main() { "sync_unbind", "sync_pause", "sync_status", + "sync_set_scope", "sync_resolve", "sync_logout", "sync_run", diff --git a/frontend/src-tauri/permissions/autogenerated/sync_set_scope.toml b/frontend/src-tauri/permissions/autogenerated/sync_set_scope.toml new file mode 100644 index 0000000..fdc75ea --- /dev/null +++ b/frontend/src-tauri/permissions/autogenerated/sync_set_scope.toml @@ -0,0 +1,11 @@ +# Automatically generated - DO NOT EDIT! + +[[permission]] +identifier = "allow-sync-set-scope" +description = "Enables the sync_set_scope command without any pre-configured scope." +commands.allow = ["sync_set_scope"] + +[[permission]] +identifier = "deny-sync-set-scope" +description = "Denies the sync_set_scope command without any pre-configured scope." +commands.deny = ["sync_set_scope"]