Исправлена работа с systray

master3.4 3.4.1.1
Mike Khiretskiy 9 years ago
parent 349ba67562
commit 5a83771617

@ -170,10 +170,6 @@ if __name__ == '__main__':
if QtGui.QSystemTrayIcon.isSystemTrayAvailable():
break
time.sleep(i)
else:
QtGui.QMessageBox.critical(None, "Systray",
"I couldn't detect any system tray on this system.")
sys.exit(1)
# Enable glib main loop support
dbus.mainloop.glib.DBusGMainLoop(set_as_default=True)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 45 KiB

Loading…
Cancel
Save