updates menu fix
This commit is contained in:
parent
417729d666
commit
5367764fdc
@ -904,7 +904,7 @@ class PluginsSettings(CenteredWidget):
|
|||||||
|
|
||||||
class UpdateSettings(CenteredWidget):
|
class UpdateSettings(CenteredWidget):
|
||||||
"""
|
"""
|
||||||
Audio calls settings form
|
Updates settings form
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
@ -953,6 +953,7 @@ class UpdateSettings(CenteredWidget):
|
|||||||
version = updater.check_for_updates()
|
version = updater.check_for_updates()
|
||||||
if version is not None:
|
if version is not None:
|
||||||
updater.download(version)
|
updater.download(version)
|
||||||
|
QtGui.QApplication.closeAllWindows()
|
||||||
else:
|
else:
|
||||||
msgBox = QtGui.QMessageBox()
|
msgBox = QtGui.QMessageBox()
|
||||||
msgBox.setWindowTitle(
|
msgBox.setWindowTitle(
|
||||||
|
Loading…
Reference in New Issue
Block a user