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: {
|
onTriggered: {
|
||||||
/* showPassiveNotification("YIPPEEE!") */
|
/* showPassiveNotification("YIPPEEE!") */
|
||||||
mpv.loadFile(videoSource.toString());
|
mpv.loadFile(videoSource.toString());
|
||||||
if (preview) {
|
if (editMode) {
|
||||||
print("WHY AREN'T YOU PASUING!");
|
print("WHY AREN'T YOU PASUING!");
|
||||||
pauseTimer.restart();
|
pauseTimer.restart();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue