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
Branches
Tags
No related merge requests found
......@@ -70,6 +70,7 @@ class Configuration:
"pronouns": self.pronouns,
"pronouns_size": self.pronouns_size,
"color": self.color,
"mode": self.mode,
}
jsondata = json.dumps(d)
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