mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
SyncServer - fix label in Tray
This commit is contained in:
parent
e98d313eb2
commit
e9b14490ea
1 changed files with 1 additions and 1 deletions
|
|
@ -506,7 +506,7 @@ class SyncServerModule(PypeModule, ITrayModule):
|
|||
|
||||
from Qt import QtWidgets
|
||||
"""Add menu or action to Tray(or parent)'s menu"""
|
||||
action = QtWidgets.QAction("SyncServer", parent_menu)
|
||||
action = QtWidgets.QAction(self.label, parent_menu)
|
||||
action.triggered.connect(self.show_widget)
|
||||
parent_menu.addAction(action)
|
||||
parent_menu.addSeparator()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue