wactioncenter: night light page

This commit is contained in:
end-4
2025-11-22 23:33:26 +01:00
parent 9a113c24ca
commit 0f11296ee1
15 changed files with 356 additions and 21 deletions
@@ -28,7 +28,7 @@ Item {
HeaderRow {
Layout.fillWidth: true
title: root.output ? qsTr("Sound output") : qsTr("Sound input")
title: root.output ? Translation.tr("Sound output") : Translation.tr("Sound input")
}
StyledFlickable {
@@ -72,7 +72,7 @@ Item {
WText {
id: buttonText
anchors.centerIn: parent
text: qsTr("More volume settings")
text: Translation.tr("More volume settings")
color: moreSettingsButton.pressed ? Looks.colors.fg : Looks.colors.fg1
}
}
@@ -84,7 +84,7 @@ Item {
spacing: 4
SectionText {
text: root.output ? qsTr("Output device") : qsTr("Input device")
text: root.output ? Translation.tr("Output device") : Translation.tr("Input device")
}
Repeater {
@@ -112,7 +112,7 @@ Item {
SectionText {
visible: EasyEffects.available && root.output
text: qsTr("Sound effects")
text: Translation.tr("Sound effects")
}
WChoiceButton {
@@ -137,7 +137,7 @@ Item {
SectionText {
visible: EasyEffects.available
text: qsTr("Volume mixer")
text: Translation.tr("Volume mixer")
}
VolumeEntry {