Skip to content

Commit a06317b

Browse files
authored
Merge pull request #24 from weijer/nuke14
fix: pw_multiScriptEditor 取消版本限制
2 parents be35efc + 24259f8 commit a06317b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -834,8 +834,7 @@
834834
# Multi Script Editor
835835
"ScriptEditor": {
836836
"name": "Multi Script Editor",
837-
"command": "command.run_ScriptEditor()",
838-
"max_version": ""
837+
"command": "command.run_ScriptEditor()"
839838
}
840839
}
841840
}

0 commit comments

Comments
 (0)