diff --git a/qml/pages/Splash.qml b/qml/pages/Splash.qml index b2e6e1d..de229d7 100644 --- a/qml/pages/Splash.qml +++ b/qml/pages/Splash.qml @@ -145,7 +145,7 @@ Page { BusyLabel { //width: parent.width - text: "Searching for UPnP devices" + text: "Searching for devices" running: page.discovering anchors.centerIn: parent } diff --git a/rpm/harbour-volumio.spec b/rpm/harbour-volumio.spec index 5869315..1cb492e 100644 --- a/rpm/harbour-volumio.spec +++ b/rpm/harbour-volumio.spec @@ -7,6 +7,7 @@ License: LICENSE URL: http://example.org/ Source0: %{name}-%{version}.tar.bz2 Requires: sailfishsilica-qt5 >= 0.10.9 +Requires: pyotherside-qml-plugin-python3-qt5 BuildRequires: pkgconfig(sailfishapp) >= 1.0.2 BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Qml)