1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-22 06:01:49 +00:00

Remember last path

This commit is contained in:
Paweł Jastrzębski
2013-06-11 13:39:47 +02:00
parent 64cd253618
commit b2d90c2ac1
2 changed files with 9 additions and 4 deletions

1
kcc.py
View File

@@ -39,4 +39,3 @@ gui = KCC_gui.Ui_KCC(ui, KCC)
KCC.setWindowTitle("Kindle Comic Converter " + __version__)
KCC.show()
sys.exit(app.exec_())