Skip to content

Commit

Permalink
Fix run_qt()
Browse files Browse the repository at this point in the history
The thing that was not tested yet...
  • Loading branch information
lbonn committed Feb 5, 2024
1 parent 6562720 commit 6b975d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i3_quickterm/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ def main():

qt = Quickterm(conf, args.shell)

run_qt(qt)
run_qt(qt, args.in_place)

return 0

Expand Down

0 comments on commit 6b975d9

Please sign in to comment.