Skip to content

Commit

Permalink
2.5.1 -> 2.6.0
Browse files Browse the repository at this point in the history
Also removed a bug where going back a state from the channel switcher would go 2 states back
  • Loading branch information
Xithrius committed Oct 27, 2023
1 parent ab59861 commit 07da513
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "twitch-tui"
version = "2.5.1"
version = "2.6.0"
authors = ["Xithrius <[email protected]>"]
edition = "2021"
rust-version = "1.65.0"
Expand Down
2 changes: 0 additions & 2 deletions src/ui/components/channel_switcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,6 @@ impl Component for ChannelSwitcherWidget {
self.unselect();
} else {
self.toggle_focus();

return Some(TerminalAction::BackOneLayer);
}
}
Key::Ctrl('p') => panic!("Manual panic triggered by user."),
Expand Down

0 comments on commit 07da513

Please sign in to comment.