forked from Wobbl/Wobuzz
Made it work with relative paths also.
This commit is contained in:
parent
74bff6ea13
commit
b2bd8ef784
4 changed files with 11 additions and 5 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue