diff --git a/src/gam.py b/src/gam.py index 08f6fd7d..4712c98a 100755 --- a/src/gam.py +++ b/src/gam.py @@ -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: