diff --git a/qml/items/Splash.qml b/qml/items/Splash.qml index 7a7a6a3..96b1d03 100644 --- a/qml/items/Splash.qml +++ b/qml/items/Splash.qml @@ -9,7 +9,7 @@ Column { anchors.centerIn: parent Timer { id: spTimer - interval: 10000; running: visible ? true : false; repeat: false + interval: 5000; running: visible ? true : false; repeat: false onTriggered: radioBrowser.getRandom(radioBrowser.serverUrl) }