mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-05 13:21:35 +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:
|
if selected is None:
|
||||||
# Toggle the option on/off
|
# Toggle the option on/off
|
||||||
option.is_selected = not option.is_selected
|
option.is_selected = not option.is_selected
|
||||||
|
option.unrestrict()
|
||||||
else:
|
else:
|
||||||
option.is_selected = selected
|
option.is_selected = selected
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user