Skip to content

Commit

Permalink
Update src/OutputPanel.vala
Browse files Browse the repository at this point in the history
Co-authored-by: Leo <[email protected]>
  • Loading branch information
danirabbit and lenemter committed Jun 19, 2023
1 parent 55c4ac9 commit 3a9a27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OutputPanel.vala
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public class Sound.OutputPanel : Gtk.Box {
pam.set_default_device.begin (((Sound.DeviceRow) row).device);
});

media_keys_settings.changed.connect (() => {
media_keys_settings.changed["screenreader"].connect (() => {
screen_reader_description_label.label = screenreader_shortcut_label;
});

Expand Down

0 comments on commit 3a9a27d

Please sign in to comment.