Seperating editors and making backgrounds work
This commit is contained in:
parent
bcdba4fea9
commit
c71356cac3
8 changed files with 414 additions and 302 deletions
|
@ -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");
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue