Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
frett27 committed Apr 22, 2024
1 parent 935b423 commit 995aa71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/screen_playlist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ pub(crate) fn ui_playlist_right_panel(app: &mut VirtualBookApp, ctx: &egui::Cont
}

ui.label(&display_compute_name).on_hover_text_at_pointer(&item.name);


if let Some(additional_informations) = &item.additional_informations {
if let Some(duration) = additional_informations.duration {
Expand Down

0 comments on commit 995aa71

Please sign in to comment.