Skip to content

Commit

Permalink
Revert "Added new workspace rename event listener"
Browse files Browse the repository at this point in the history
This reverts commit 4caa95c.
  • Loading branch information
FieldofClay committed Sep 11, 2023
1 parent 51b6a45 commit a0cfb35
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,6 @@ fn main() -> Result<()> {
event_listener.add_window_title_change_handler(|_, _| {
output!();
});
event_listener.add_window_title_change_handler(|_, _| {
output!();
});

event_listener.start_listener()

Expand Down

0 comments on commit a0cfb35

Please sign in to comment.