This commit is contained in:
LubuWest 2020-01-27 21:53:51 +01:00
commit c1bdcbf963
48 changed files with 1333 additions and 1229 deletions

View file

@ -69,7 +69,10 @@ Rectangle{
opacity = 0
}
onTitleChanged: {
if (title==2){newsYplayer.destroy()}
if (title==2){
root.pop();
//newsYplayer.destroy(
}
}
}
}