qubesmanager/main.py: always display icons in menus
This commit is part of #721 fix.
This commit is contained in:
parent
db18bbf6d2
commit
52f12abd36
@ -1843,6 +1843,7 @@ def main():
|
||||
app.setOrganizationDomain("http://qubes-os.org")
|
||||
app.setApplicationName("Qubes VM Manager")
|
||||
app.setWindowIcon(QIcon(":/qubes.png"))
|
||||
app.setAttribute(Qt.AA_DontShowIconsInMenus, False)
|
||||
|
||||
sys.excepthook = handle_exception
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user