diff options
Diffstat (limited to 'modules/bar/popouts/Bluetooth.qml')
| -rw-r--r-- | modules/bar/popouts/Bluetooth.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bar/popouts/Bluetooth.qml b/modules/bar/popouts/Bluetooth.qml index 60af466..c1f2029 100644 --- a/modules/bar/popouts/Bluetooth.qml +++ b/modules/bar/popouts/Bluetooth.qml @@ -171,7 +171,7 @@ ColumnLayout { color: Colours.palette.m3primaryContainer onColor: Colours.palette.m3onPrimaryContainer text: qsTr("Open Settings") - icon: "chevron_right" + icon: "settings" onClicked: { root.wrapper.detach("bluetooth"); |