1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-15 18:56:28 +00:00

OSX Force window focus

This commit is contained in:
Paweł Jastrzębski
2013-06-14 10:10:22 +02:00
parent 0d7cf6f37d
commit c5577317f9

1
kcc.py
View File

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