1
0
mirror of https://github.com/ciromattia/kcc synced 2026-07-10 23:13:41 +00:00

Refactored locking mechanism (close #112)

This commit is contained in:
Paweł Jastrzębski
2014-09-27 11:44:42 +02:00
parent dfe3e10470
commit 108e351126
2 changed files with 18 additions and 26 deletions
-1
View File
@@ -1024,7 +1024,6 @@ class KCCGUI(KCC_ui.Ui_KCC):
'GammaSlider': float(self.GammaValue)*100})
self.settings.sync()
self.tray.hide()
APP.shutdown()
def handleMessage(self, message):
MW.raise_()