Skip to content

Commit df02cba

Browse files
- [Tool] update prompt of tool
1 parent 9c9906e commit df02cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tkui/tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6770,7 +6770,7 @@ def gui(self):
67706770
(lang.text123, lambda: create_thread(PackSuper)),
67716771
(lang.text19, lambda: win.notepad.select(win.tab7)),
67726772
(lang.t13, lambda: create_thread(FormatConversion)),
6773-
("打包 Payload", lambda: create_thread(NewPostInstallConfig)),
6773+
#("打包 Payload", lambda: create_thread(NewPostInstallConfig)),
67746774
]
67756775
for index, (text, func) in enumerate(functions):
67766776
column = index % 4

0 commit comments

Comments
 (0)