Skip to content

Commit

Permalink
nice
Browse files Browse the repository at this point in the history
  • Loading branch information
9001 committed Dec 7, 2024
1 parent edda117 commit db3c0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copyparty/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1737,7 +1737,7 @@ def main(argv: Optional[list[str]] = None) -> None:
except:
lprint("\nfailed to disable quick-edit-mode:\n" + min_ex() + "\n")

if al.ansi:
if not al.ansi:
al.wintitle = ""

# propagate implications
Expand Down

0 comments on commit db3c0b0

Please sign in to comment.