mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-25 14:02:53 -05:00
fix trailing whitespace
This commit is contained in:
@@ -10,7 +10,7 @@ import qs.Services
|
||||
Singleton {
|
||||
id: root
|
||||
|
||||
readonly property bool hasOutputBackend: WlrOutputService.wlrOutputAvailable
|
||||
readonly property bool hasOutputBackend: WlrOutputService.wlrOutputAvailable
|
||||
readonly property var wlrOutputs: WlrOutputService.outputs
|
||||
property var outputs: ({})
|
||||
property var savedOutputs: ({})
|
||||
|
||||
@@ -75,7 +75,7 @@ Column {
|
||||
width: parent.width
|
||||
text: I18n.tr("Mirror Display")
|
||||
addHorizontalPadding: true
|
||||
|
||||
|
||||
property var otherOutputs: {
|
||||
const list = [I18n.tr("None")];
|
||||
for (const name in DisplayConfigState.outputs) {
|
||||
@@ -92,7 +92,7 @@ Column {
|
||||
const val = pending !== undefined ? pending : (root.outputData.mirror || "");
|
||||
return val === "" ? I18n.tr("None") : val;
|
||||
}
|
||||
|
||||
|
||||
onValueChanged: value => {
|
||||
const realVal = value === I18n.tr("None") ? "" : value;
|
||||
DisplayConfigState.setPendingChange(root.outputName, "mirror", realVal);
|
||||
|
||||
Reference in New Issue
Block a user