We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a384f29 commit 2f6c7b4Copy full SHA for 2f6c7b4
1 file changed
plugindevtools/PluginDevTools/PluginDevToolsExtension.py
@@ -25,7 +25,7 @@ def setup(self):
25
pass
26
27
def createActions(self, window: Window):
28
- action = window.createAction('PluginDevTools', 'PluginDevTools', 'tools/scripts/PluginDevTools')
+ action = window.createAction('PluginDevTools', 'PluginDevTools', 'tools/scripts')
29
self.menu = QMenu('PluginDevTools', window.qwindow())
30
action.setMenu(self.menu)
31
# Add some fixed Action here:
0 commit comments