Skip to content
Snippets Groups Projects
Commit 55da5e37 authored by ave's avatar ave Committed by ave
Browse files

settings: save on OS button press

parent 33b64843
No related branches found
No related tags found
1 merge request!241settings: save on OS button press
......@@ -375,6 +375,10 @@ class SettingsMenu(SimpleMenu):
SimpleMenu but smol.
"""
def on_exit(self) -> None:
save_all()
super().on_exit()
SIZE_LARGE = 20
SIZE_SMALL = 15
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment