Simplify logic

This commit is contained in:
Odd Stråbø 2024-08-10 10:24:10 +00:00
parent d258f0d14c
commit 9eb9cd1e61
2 changed files with 4 additions and 6 deletions

View file

@ -34,6 +34,7 @@ class PatchedSettings:
setting = setting.replace(".bool", "")
value = bool(value)
cls.settings[setting] = value
return None
@classmethod
def clear(cls):