Skip to content

Commit

Permalink
deprecate!:remove dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Sep 20, 2024
1 parent ac930cc commit 3919cf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/idle.qml
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ Mycroft.CardDelegate {
anchors.right: parent.right
anchors.rightMargin: -Mycroft.Units.gridUnit * 2
anchors.verticalCenter: parent.verticalCenter
visible: mainView.currentIndex == 0 || mainView.currentIndex == 1
enabled: mainView.currentIndex == 0 || mainView.currentIndex == 1
visible: mainView.currentIndex == 0
enabled: mainView.currentIndex == 0
z: 2

Rectangle {
Expand Down

0 comments on commit 3919cf0

Please sign in to comment.