Skip to content
Snippets Groups Projects
Commit 17a0ae3a authored by Sec 42's avatar Sec 42
Browse files

py/nick: bugfix, write back mode setting on exit

parent ee4ee4e0
No related branches found
No related tags found
No related merge requests found
...@@ -70,6 +70,7 @@ class Configuration: ...@@ -70,6 +70,7 @@ class Configuration:
"pronouns": self.pronouns, "pronouns": self.pronouns,
"pronouns_size": self.pronouns_size, "pronouns_size": self.pronouns_size,
"color": self.color, "color": self.color,
"mode": self.mode,
} }
jsondata = json.dumps(d) jsondata = json.dumps(d)
with open(path, "w") as f: with open(path, "w") as f:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment