move notification to after the change
This commit is contained in:
parent
332069d2ca
commit
daf8511081
1 changed files with 1 additions and 1 deletions
|
@ -204,8 +204,8 @@ Item {
|
|||
}
|
||||
|
||||
function playAudio() {
|
||||
showPassiveNotification("Audio should change");
|
||||
audio.loadFile(audioSource.toString());
|
||||
showPassiveNotification("Audio should change");
|
||||
}
|
||||
|
||||
function stopAudio() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue