SettingsPanel: no longer using hardcoded ID to focus a tab
This commit is contained in:
parent
5fd0e57b91
commit
207310cd24
4 changed files with 48 additions and 9 deletions
|
|
@ -84,7 +84,7 @@ Item {
|
|||
}
|
||||
}
|
||||
onClicked: {
|
||||
settingsPanel.currentTabIndex = 5 // Audio tab index
|
||||
settingsPanel.requestedTab = settingsPanel.tabsIds.AUDIO
|
||||
settingsPanel.isLoaded = true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue