1
0
mirror of https://github.com/ciromattia/kcc synced 2026-05-21 23:12:55 +00:00

Tiny tweaks for Linux

This commit is contained in:
Paweł Jastrzębski
2014-05-17 19:12:54 +02:00
parent cb6b0e0a7b
commit 8a2ba96ac5
3 changed files with 3 additions and 2 deletions

View File

@@ -993,6 +993,7 @@ 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_()