taskswitcher: Remove status bar for now

This commit is contained in:
Devin Lin 2023-04-10 21:12:31 -07:00
parent 7d1c354e4d
commit 6fb0eb6170

View file

@ -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 {