Skip to content

Commit 626741e

Browse files
authored
Merge 5599960 into f082da4
2 parents f082da4 + 5599960 commit 626741e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

source/globalCommands.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2105,6 +2105,8 @@ def script_test_navigatorDisplayModelText(self,gesture):
21052105
category=SCRCAT_TOOLS
21062106
)
21072107
def script_startWxInspectionTool(self, gesture):
2108+
if globalVars.appArgs.secure:
2109+
return
21082110
import wx.lib.inspection
21092111
wx.lib.inspection.InspectionTool().Show()
21102112

0 commit comments

Comments
 (0)