gui_settings.py: Fix typing for boolean values

This commit is contained in:
Mykola Grymalyuk
2024-11-02 18:19:43 -06:00
parent bb56544182
commit 2a578734b9
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,8 @@
# OpenCore Legacy Patcher changelog
## 2.1.1
- Resolve boolean GUI settings saving incorrectly as Python's None type
## 2.1.0
- Disable FeatureUnlock by default
- Intended to maintain long term stability