Save / Restore basic settings

This commit is contained in:
Andrew Mulbrook 2026-03-22 22:42:12 -05:00
parent 8d531b3304
commit 72d591194f
3 changed files with 24 additions and 0 deletions

View file

@ -17,6 +17,7 @@ def main():
window = TroveMainWindow()
window.show()
window.restore_settings()
sys.exit(app.exec())
if __name__ == '__main__':