From b9ee123cb8a1ace8f683ce4b91ed19838aeb6efc Mon Sep 17 00:00:00 2001 From: ATMDA Date: Tue, 11 Nov 2025 16:25:49 -0500 Subject: popout: audio and blueooth changed button to say "Open Settings" --- modules/bar/popouts/Bluetooth.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/bar/popouts/Bluetooth.qml') diff --git a/modules/bar/popouts/Bluetooth.qml b/modules/bar/popouts/Bluetooth.qml index 53d8b29..a43bba1 100644 --- a/modules/bar/popouts/Bluetooth.qml +++ b/modules/bar/popouts/Bluetooth.qml @@ -188,7 +188,7 @@ ColumnLayout { StyledText { Layout.leftMargin: Appearance.padding.smaller - text: qsTr("Open panel") + text: qsTr("Open Settings") color: Colours.palette.m3onPrimaryContainer } -- cgit v1.2.3-freya