From bd81a94d2c42a711c76864dbab8288719147460e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tyrychtr?= Date: Fri, 20 Sep 2024 15:30:40 +0200 Subject: [PATCH] quick-slider: Label the menu opening button One less unlabeled button, that's good. Part-of: --- js/ui/quickSettings.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/ui/quickSettings.js b/js/ui/quickSettings.js index 4330aa20c..1f10fa590 100644 --- a/js/ui/quickSettings.js +++ b/js/ui/quickSettings.js @@ -334,6 +334,7 @@ export const QuickSlider = GObject.registerClass({ can_focus: true, x_expand: false, y_expand: true, + accessible_name: _('Open menu'), }); box.add_child(this._menuButton);