fix(sync): 允许更新可选同步范围
This commit is contained in:
@@ -35,6 +35,7 @@ fn main() {
|
||||
"sync_unbind",
|
||||
"sync_pause",
|
||||
"sync_status",
|
||||
"sync_set_scope",
|
||||
"sync_resolve",
|
||||
"sync_logout",
|
||||
"sync_run",
|
||||
|
||||
@@ -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"]
|
||||
Reference in New Issue
Block a user