previewer autoplays while editors do not
This commit is contained in:
parent
2e8e5654b0
commit
cac676975b
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ Item {
|
|||
onTriggered: {
|
||||
/* showPassiveNotification("YIPPEEE!") */
|
||||
mpv.loadFile(videoSource.toString());
|
||||
if (preview) {
|
||||
if (editMode) {
|
||||
print("WHY AREN'T YOU PASUING!");
|
||||
pauseTimer.restart();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue