1
0
Fork 0
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:
Jake Stanger 2023-01-28 00:27:22 +00:00
parent a79900d842
commit e1f523cf2a
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61

View file

@ -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);