parent
fe57554fc2
commit
350148528b
2 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,6 @@
|
|||
pragma ComponentBehavior: Bound
|
||||
|
||||
import qs.widgets
|
||||
import qs.config
|
||||
import Quickshell
|
||||
import Quickshell.Widgets
|
||||
import Quickshell.Services.SystemTray
|
||||
import QtQuick
|
||||
|
|
|
|||
|
|
@ -27,6 +27,8 @@ Item {
|
|||
currentIndex: root.state.currentTab
|
||||
background: null
|
||||
|
||||
onCurrentIndexChanged: root.state.currentTab = currentIndex
|
||||
|
||||
Tab {
|
||||
iconName: "dashboard"
|
||||
text: qsTr("Dashboard")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue