From 7bc4fc22a8ebc61522f757dadf629b89e3c72ef1 Mon Sep 17 00:00:00 2001 From: EmeraldLockdown Date: Mon, 11 Aug 2025 15:20:47 -0600 Subject: [PATCH] Complete cope --- Main.qml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Main.qml b/Main.qml index 539348e..463a7c5 100644 --- a/Main.qml +++ b/Main.qml @@ -8,12 +8,6 @@ import QtQuick 2.15 import QtQuick.Controls 2.15 import QtQuick.Layouts 1.15 -import org.kde.plasma.components 3.0 as PlasmaComponents3 -import org.kde.plasma.private.keyboardindicator as KeyboardIndicator -import org.kde.kirigami 2.20 as Kirigami - -import org.kde.breeze.components - Item { id: mainStack property bool usingCustomUser: false @@ -26,7 +20,7 @@ Item { anchors.fill: parent sourceSize: Qt.size(parent.width, parent.height) fillMode: Image.PreserveAspectCrop - smooth: true; + smooth: true } // Session