Settings: Rounded borders slider.
This commit is contained in:
parent
405c8717b9
commit
ba1c30ef54
5 changed files with 52 additions and 9 deletions
|
|
@ -109,6 +109,7 @@ ColumnLayout {
|
|||
NText {
|
||||
text: Math.floor(AudioService.volume * 100) + "%"
|
||||
Layout.alignment: Qt.AlignVCenter
|
||||
Layout.leftMargin: Style.marginSmall * scaling
|
||||
color: Color.mOnSurface
|
||||
}
|
||||
}
|
||||
|
|
@ -121,7 +122,7 @@ ColumnLayout {
|
|||
Layout.topMargin: Style.marginMedium * scaling
|
||||
|
||||
NToggle {
|
||||
label: "Mute AudioService"
|
||||
label: "Mute Audio Output"
|
||||
description: "Mute or unmute the default audio output"
|
||||
checked: AudioService.muted
|
||||
onToggled: checked => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue