AudioDeviceSelector: moved to Shell so we only get one in memory
This commit is contained in:
parent
160962d7af
commit
c1452e3c11
4 changed files with 11 additions and 11 deletions
|
|
@ -18,13 +18,15 @@ Loader {
|
|||
sourceComponent: content
|
||||
|
||||
onActiveChanged: {
|
||||
if (active && item && item.show)
|
||||
if (active && item && item.show) {
|
||||
item.show()
|
||||
}
|
||||
}
|
||||
|
||||
onItemChanged: {
|
||||
if (active && item && item.show)
|
||||
if (active && item && item.show) {
|
||||
item.show()
|
||||
}
|
||||
}
|
||||
|
||||
Connections {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue