popout: audio and blueooth changed button to say "Open Settings"
This commit is contained in:
parent
cb6eaaa25a
commit
b9ee123cb8
2 changed files with 2 additions and 2 deletions
|
|
@ -129,7 +129,7 @@ Item {
|
||||||
|
|
||||||
StyledText {
|
StyledText {
|
||||||
Layout.leftMargin: Appearance.padding.smaller
|
Layout.leftMargin: Appearance.padding.smaller
|
||||||
text: qsTr("Open panel")
|
text: qsTr("Open Settings")
|
||||||
color: Colours.palette.m3onPrimaryContainer
|
color: Colours.palette.m3onPrimaryContainer
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -188,7 +188,7 @@ ColumnLayout {
|
||||||
|
|
||||||
StyledText {
|
StyledText {
|
||||||
Layout.leftMargin: Appearance.padding.smaller
|
Layout.leftMargin: Appearance.padding.smaller
|
||||||
text: qsTr("Open panel")
|
text: qsTr("Open Settings")
|
||||||
color: Colours.palette.m3onPrimaryContainer
|
color: Colours.palette.m3onPrimaryContainer
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue