use api::*; use canary_script::*; use canary_music_player::{AlbumInfo, TrackInfo}; use crate::widgets::prelude::*; use dialog::{DialogBodyStyle, DialogFooterStyle}; use shell::Offset; use text::{HorizontalAlignment, Label, LabelText}; pub struct MusicPlayerPanel { panel: Panel, widget: Option, disconnected: Offset