mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
dont disable quickedit when hashing passwords interactively
This commit is contained in:
parent
99e2ef7f33
commit
8d248333e8
|
@ -1260,7 +1260,7 @@ def main(argv: Optional[list[str]] = None) -> None:
|
|||
elif not al.no_ansi:
|
||||
al.ansi = VT100
|
||||
|
||||
if WINDOWS and not al.keep_qem:
|
||||
if WINDOWS and not al.keep_qem and not al.ah_cli:
|
||||
try:
|
||||
disable_quickedit()
|
||||
except:
|
||||
|
|
Loading…
Reference in a new issue