Skip to content

Commit

Permalink
fix: Leftover broken conflict resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
in03 committed Dec 1, 2022
1 parent 6ee0fb4 commit ab7c610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/patchwork/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ def setup_gui():
dpg.add_button(label="Add", tag="add_button", callback=add_change)

# CLEAR BUTTON
dpg.add_button(label="Clear Changes", tag="clear_changes_button", callback=clear_changes)
dpg.add_button(label="hanges", tag="clear_changes_button", callback=clear_changes)
with dpg.tooltip("clear_changes_button"):
dpg.add_text("Clear all of Patchwork's ranged-markers\nfrom the active timeline")

Expand Down

0 comments on commit ab7c610

Please sign in to comment.