Skip to content

Commit

Permalink
[cuegui] Remove invalid menu action. (#1154)
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoTavares committed Jun 4, 2022
1 parent 3893b87 commit a929b90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cuegui/cuegui/JobMonitorTree.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ def contextMenuEvent(self, e):
self.__menuActions.jobs().addAction(menu, "unmonitor")
self.__menuActions.jobs().addAction(menu, "view")
self.__menuActions.jobs().addAction(menu, "emailArtist")
self.__menuActions.jobs().addAction(menu, "showProgBar")
self.__menuActions.jobs().addAction(menu, "viewComments")

if bool(int(QtGui.qApp.settings.value("AllowDeeding", 0))):
Expand Down

0 comments on commit a929b90

Please sign in to comment.