Skip to content

Commit

Permalink
Fixed header deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
max-amb committed Nov 2, 2024
1 parent 1b403b4 commit 51490a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix_tree/variable_screens.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def on_button_pressed(self, button: Button.Pressed) -> None:
elif button.button.id == "delete":
self.__node.node.remove()
if self.__node.node.data:
self.dismiss(f"Delete {self.__path}={self.__value} with type {self.__type}")
self.dismiss(f"Delete {self.__path}={self.__value} type: {self.__type}")
else:
def save_modify_changes(changes_made: str | None) -> None:
if changes_made:
Expand Down

0 comments on commit 51490a2

Please sign in to comment.