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