Skip to content

Commit

Permalink
Revert qsettings back to HolocronToolset
Browse files Browse the repository at this point in the history
breaking change.
  • Loading branch information
th3w1zard1 committed Apr 23, 2024
1 parent 7d54752 commit e193a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/HolocronToolset/src/toolset/data/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def reconstruct(self) -> Qt.Key | Qt.MouseButton | Any:

class Settings:
def __init__(self, scope: str):
self.settings = QSettings("HolocronToolsetBeta", scope)
self.settings = QSettings("HolocronToolset", scope)

@staticmethod
def addSetting(name: str, default: Any) -> property: # noqa: C901
Expand Down

0 comments on commit e193a96

Please sign in to comment.