From 6fb0eb617031c6e466f51526857cb5d2ca8f336a Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Mon, 10 Apr 2023 21:12:31 -0700 Subject: [PATCH] taskswitcher: Remove status bar for now --- kwin/mobiletaskswitcher/qml/TaskSwitcher.qml | 23 ++++++++++---------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/kwin/mobiletaskswitcher/qml/TaskSwitcher.qml b/kwin/mobiletaskswitcher/qml/TaskSwitcher.qml index 589e502e..1c7282a1 100644 --- a/kwin/mobiletaskswitcher/qml/TaskSwitcher.qml +++ b/kwin/mobiletaskswitcher/qml/TaskSwitcher.qml @@ -143,17 +143,18 @@ FocusScope { } // status bar - MobileShell.StatusBar { - id: statusBar - z: 1 - colorGroup: PlasmaCore.Theme.ComplementaryColorGroup - backgroundColor: "transparent" - - height: root.topMargin - anchors.top: parent.top - anchors.left: parent.left - anchors.right: parent.right - } + // TODO: improve load times, it is quite slow + // MobileShell.StatusBar { + // id: statusBar + // z: 1 + // colorGroup: PlasmaCore.Theme.ComplementaryColorGroup + // backgroundColor: "transparent" + // + // height: root.topMargin + // anchors.top: parent.top + // anchors.left: parent.left + // anchors.right: parent.right + // } // navigation panel MobileShell.NavigationPanel {