Skip to content

Commit 2f6c7b4

Browse files
committed
Fix menu to proper path to avoid issues in 5.3
Thanks freyalupen
1 parent a384f29 commit 2f6c7b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugindevtools/PluginDevTools/PluginDevToolsExtension.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def setup(self):
2525
pass
2626

2727
def createActions(self, window: Window):
28-
action = window.createAction('PluginDevTools', 'PluginDevTools', 'tools/scripts/PluginDevTools')
28+
action = window.createAction('PluginDevTools', 'PluginDevTools', 'tools/scripts')
2929
self.menu = QMenu('PluginDevTools', window.qwindow())
3030
action.setMenu(self.menu)
3131
# Add some fixed Action here:

0 commit comments

Comments
 (0)