Skip to content
Discussion options

You must be logged in to vote

Edit modules/dashboard/Tabs.qml and add the fourth tab there. It actually is there still after being commented out:

    TabBar {
        id: bar

        anchors.left: parent.left
        anchors.right: parent.right
        anchors.top: parent.top

        currentIndex: root.state.currentTab
        background: null

        Tab {
            iconName: "dashboard"
            text: qsTr("Dashboard")
        }

        Tab {
            iconName: "queue_music"
            text: qsTr("Media")
        }

        Tab {
            iconName: "speed"
            text: qsTr("Performance")
        }

        // Tab {
        //     iconName: "workspaces"
        //     text: qsTr("Workspaces")

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dogman1214
Comment options

Answer selected by dogman1214
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants