Volume: Fixed missing externalHideTimer
This commit is contained in:
parent
2ea00fffa5
commit
f9d7de2e3c
1 changed files with 9 additions and 0 deletions
|
|
@ -61,6 +61,15 @@ Item {
|
|||
}
|
||||
}
|
||||
|
||||
Timer {
|
||||
id: externalHideTimer
|
||||
running: false
|
||||
interval: 1500
|
||||
onTriggered: {
|
||||
pill.hide()
|
||||
}
|
||||
}
|
||||
|
||||
NPill {
|
||||
id: pill
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue