Made it work with relative paths also.

This commit is contained in:
The Wobbler 2025-01-26 14:07:00 +01:00
parent 74bff6ea13
commit b2bd8ef784
4 changed files with 11 additions and 5 deletions

View file

@ -17,8 +17,6 @@ class Wobuzz:
self.utils = Utils(self)
os.chdir(self.utils.home_path)
self.settings = load_dataclass_json(Settings, self.utils.settings_location, self, True, True)
self.settings.set_attribute_change_event(self.on_settings_change)