mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-04-19 19:34:24 +02:00
fix(music): popup artist label using wrong name
This commit is contained in:
parent
a79900d842
commit
e1f523cf2a
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ impl Module<Button> for MusicModule {
|
|||
|
||||
title_label.container.set_widget_name("title");
|
||||
album_label.container.set_widget_name("album");
|
||||
artist_label.container.set_widget_name("label");
|
||||
artist_label.container.set_widget_name("artist");
|
||||
|
||||
info_box.add(&title_label.container);
|
||||
info_box.add(&album_label.container);
|
||||
|
|
Loading…
Add table
Reference in a new issue