mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-09-06 10:32:44 +00:00
Discover remote sessions
Adds a way of discovering remote sessions and in Jellyfin the UI.
This commit is contained in:
parent
b1bd15f2c1
commit
b257fe60aa
20 changed files with 1051 additions and 80 deletions
|
@ -45,6 +45,11 @@ Page {
|
|||
text: qsTr("Settings")
|
||||
onClicked: pageStack.push(Qt.resolvedUrl("SettingsPage.qml"))
|
||||
}
|
||||
MenuItem {
|
||||
//: Pulley menu item: shows controllable device page
|
||||
text: qsTr("Remote control")
|
||||
onClicked: pageStack.push(Qt.resolvedUrl("ControllableDevicesPage.qml"))
|
||||
}
|
||||
MenuItem {
|
||||
//: Pulley menu item: reload items on page
|
||||
text: qsTr("Reload")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue