From febe544124a239bc89fc283af144fd307094dfe3 Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Jul 29 2024 15:15:39 +0000 Subject: Fix whitespace --- diff --git a/usr/share/plasma/plasma-welcome/extra-pages/01-EnableExtraRepos.qml b/usr/share/plasma/plasma-welcome/extra-pages/01-EnableExtraRepos.qml index 52379d0..5862155 100644 --- a/usr/share/plasma/plasma-welcome/extra-pages/01-EnableExtraRepos.qml +++ b/usr/share/plasma/plasma-welcome/extra-pages/01-EnableExtraRepos.qml @@ -51,13 +51,12 @@ GenericPage { } Layout.topMargin: Kirigami.Units.largeSpacing } - ] ColumnLayout { anchors.fill: parent spacing: root.padding - id: pandaImage - visible: true + id: pandaImage + visible: true Image { Layout.alignment: Qt.AlignCenter Layout.fillWidth: true @@ -104,7 +103,6 @@ GenericPage { } } property var isOsTree: (returnStatus, outputText) => { - if (returnStatus == 0) { // App executed successfully if (outputText.includes('true') == true) { openH264Col.visible = true; @@ -113,7 +111,7 @@ GenericPage { } else { openH264Col.visible = false; pandaImage.visible = true; - console.log('RPMOSTREE section is disabled'); + console.log('RPMOSTREE section is disabled'); } } else if (returnStatus == -1) { // App not found openH264Col.visible = false; @@ -126,5 +124,3 @@ GenericPage { } } } - -