Skip to content

Commit

Permalink
Add tooltip text
Browse files Browse the repository at this point in the history
  • Loading branch information
leolost2605 committed Aug 26, 2023
1 parent bdd9d73 commit f185805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppRow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public class Sound.AppRow : Gtk.Grid {
}

private void update () {
media_name_label.label = app.media_name;
media_name_label.label = media_name_label.tooltip_text = app.media_name;
volume_scale.set_value (app.volume);
mute_switch.state = !app.muted;
volume_scale.sensitive = !app.muted;
Expand Down

0 comments on commit f185805

Please sign in to comment.