previewer autoplays while editors do not

This commit is contained in:
Chris Cochrun 2022-04-29 10:53:12 -05:00
parent 2e8e5654b0
commit cac676975b

View file

@ -81,7 +81,7 @@ Item {
onTriggered: {
/* showPassiveNotification("YIPPEEE!") */
mpv.loadFile(videoSource.toString());
if (preview) {
if (editMode) {
print("WHY AREN'T YOU PASUING!");
pauseTimer.restart();
}