mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 01:58:41 -05:00
add systray tooltip
This commit is contained in:
parent
a0edd4f003
commit
7e8a0b7cd6
1 changed files with 1 additions and 0 deletions
|
|
@ -473,6 +473,7 @@ class Systray(QWidget):
|
|||
if QSystemTrayIcon.isSystemTrayAvailable():
|
||||
self.trayIcon = QSystemTrayIcon(self)
|
||||
self.trayIcon.setContextMenu(self.trayIconMenu)
|
||||
self.trayIcon.setToolTip("Trimage image compressor")
|
||||
self.trayIcon.setIcon(QIcon(self.parent.ui.get_image("pixmaps/trimage-icon.png")))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue