diff --git a/layouts/components/BrowserView/ContentView.qml b/layouts/components/BrowserView/ContentView.qml index 7e27cf7..2928f1f 100644 --- a/layouts/components/BrowserView/ContentView.qml +++ b/layouts/components/BrowserView/ContentView.qml @@ -55,7 +55,7 @@ StackLayout { ] Keys.onPressed: (event)=> { - var x = currentIndex > 2 ? currentIndex + 1 : currentIndex; + var x = currentIndex > providers.length ? currentIndex + 1 : currentIndex; //tabView.children[currentIndex].Keys.pressed(event); tabView.children[x].Keys.pressed(event); if (tabView.children[x].viewExit) {