mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 09:51:36 +00:00
Fix bug in settings scopes (#884)
21 *->blank 21 blank->* 21r *-> R 21 R->blank 21 blank -> R Should be *
This commit is contained in:
@@ -13126,6 +13126,7 @@ Append an 'r' to grant read-only access or an 'a' to grant action-only access.
|
||||
if selected is None:
|
||||
# Toggle the option on/off
|
||||
option.is_selected = not option.is_selected
|
||||
option.unrestrict()
|
||||
else:
|
||||
option.is_selected = selected
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user