Save / Restore basic settings
This commit is contained in:
parent
8d531b3304
commit
72d591194f
3 changed files with 24 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ def main():
|
|||
|
||||
window = TroveMainWindow()
|
||||
window.show()
|
||||
window.restore_settings()
|
||||
sys.exit(app.exec())
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue