mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Fix sidebar auto close when switching tabs
This commit is contained in:
parent
9e49474960
commit
71ed839495
@ -58,6 +58,9 @@ Window {
|
||||
right: parent.right
|
||||
left: parent.left
|
||||
}
|
||||
onChangeTab: pageLoader.setSource("qrc:/qml/Components/"+name+".qml")
|
||||
onChangeTab: {
|
||||
pageLoader.setSource("qrc:/qml/Components/"+name+".qml")
|
||||
sidebar.state = "inactive"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user