Fixed bug with Global Settings

Incorrectly named variable caused crash on start.
This commit is contained in:
Marta Marczykowska-Górecka 2019-11-30 13:37:33 +01:00
parent 99ab388597
commit 0a1f12fb27
No known key found for this signature in database
GPG Key ID: 9A752C30B26FD04B

View File

@ -83,8 +83,8 @@ class GlobalSettingsWindow(ui_globalsettingsdlg.Ui_GlobalSettings,
self.__init_updates__()
def setup_application(self):
self.qt_app.setApplicationName(self.tr("Qubes Global Settings"))
self.qt_app.setWindowIcon(QtGui.QIcon.fromTheme("qubes-manager"))
self.app.setApplicationName(self.tr("Qubes Global Settings"))
self.app.setWindowIcon(QtGui.QIcon.fromTheme("qubes-manager"))
def __init_system_defaults__(self):
# set up updatevm choice