Seperating editors and making backgrounds work

This commit is contained in:
Chris Cochrun 2022-03-21 14:24:16 -05:00
parent bcdba4fea9
commit c71356cac3
8 changed files with 414 additions and 302 deletions

View file

@ -230,13 +230,9 @@ Item {
mpvLoadingTimer.restart();
}
function prePop() {
function stop() {
print("stopping video");
videoSlider.to = 0;
/* videoSlider.position = 0; */
/* videoSlider.onMoved = null; */
videoPreview.quit();
videoPreview.pause();
print("quit mpv");
}
}