mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Added current tab selection according to context
This commit is contained in:
parent
6f0229f450
commit
f7a704d9f4
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ Rectangle {
|
||||||
spacing: 0
|
spacing: 0
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: 42
|
height: 42
|
||||||
|
currentIndex: isVR ? 1 : 0
|
||||||
|
|
||||||
AudioControls.AudioTabButton {
|
AudioControls.AudioTabButton {
|
||||||
height: parent.height
|
height: parent.height
|
||||||
|
|
Loading…
Reference in a new issue