get rid of the panel wrapper for more space
the screen title is now displayed by the layout
This commit is contained in:
@@ -45,9 +45,9 @@ impl View for StatusBar {
|
||||
});
|
||||
|
||||
let state_icon = match self.spotify.get_current_status() {
|
||||
PlayerEvent::Playing => " ▶ ",
|
||||
PlayerEvent::Paused => " ▮▮ ",
|
||||
PlayerEvent::Stopped | PlayerEvent::FinishedTrack => " ◼ ",
|
||||
PlayerEvent::Playing => "▶ ",
|
||||
PlayerEvent::Paused => "▮▮",
|
||||
PlayerEvent::Stopped | PlayerEvent::FinishedTrack => "◼ ",
|
||||
}
|
||||
.to_string();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user