X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=remote%2Fqml%2Fpages%2FBrowsePage.qml;h=74758a69c74e8e0ca42bb47087aa09c42fbf843a;hb=6962c02f4f1b83a1367883fcdee6c54e245283fd;hp=2a3a123363f5c8f781bc250fcdfcddb3170110d1;hpb=afa557f5c0b0debaaaf6c4c777ccc2ba10965c50;p=xinema.git diff --git a/remote/qml/pages/BrowsePage.qml b/remote/qml/pages/BrowsePage.qml index 2a3a123..74758a6 100644 --- a/remote/qml/pages/BrowsePage.qml +++ b/remote/qml/pages/BrowsePage.qml @@ -99,6 +99,16 @@ Page browseDirectory.directory = defaultLocation.value; } + Connections + { + target: xinemaControl + onConnectedChanged: + { + if(!xinemaControl.connected) + pageStack.replace("ConnectPage.qml"); + } + } + StreamControl { id: streamControl