Browse Source

Fixed bug with Global Settings

Incorrectly named variable caused crash on start.
Marta Marczykowska-Górecka 4 năm trước cách đây
mục cha
commit
0a1f12fb27
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      qubesmanager/global_settings.py

+ 2 - 2
qubesmanager/global_settings.py

@@ -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