updates menu fix

This commit is contained in:
ingvar1995 2016-10-09 16:04:59 +03:00
parent 417729d666
commit 5367764fdc
1 changed files with 2 additions and 1 deletions

View File

@ -904,7 +904,7 @@ class PluginsSettings(CenteredWidget):
class UpdateSettings(CenteredWidget):
"""
Audio calls settings form
Updates settings form
"""
def __init__(self):
@ -953,6 +953,7 @@ class UpdateSettings(CenteredWidget):
version = updater.check_for_updates()
if version is not None:
updater.download(version)
QtGui.QApplication.closeAllWindows()
else:
msgBox = QtGui.QMessageBox()
msgBox.setWindowTitle(