pipeline parallel default enable

This commit is contained in:
Concedo 2026-01-21 17:57:41 +08:00
parent cdd6578a9a
commit 28091dec43

View file

@ -5521,7 +5521,7 @@ def show_gui():
debugmode = ctk.IntVar()
keepforeground = ctk.IntVar()
terminalonly = ctk.IntVar()
pipelineparallel = ctk.IntVar()
pipelineparallel = ctk.IntVar(value=1)
quietmode = ctk.IntVar(value=0)
nocertifymode = ctk.IntVar(value=0)