made some cosmetic changes

This commit is contained in:
2015-10-31 20:49:46 +03:00
parent e4821da97a
commit d49c320454
3 changed files with 3 additions and 3 deletions

View File

@@ -201,7 +201,7 @@ if __name__ == '__main__':
sys.exit(1)
QApplication.setQuitOnLastWindowClosed(False)
window = Window()
if (SettingsExist() == True):
if SettingsExist():
window.hide()
else:
window.show()