aboutsummaryrefslogtreecommitdiff
path: root/src/main.qml
diff options
context:
space:
mode:
authorDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-08-01 02:19:15 +0200
committerDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-08-01 02:19:50 +0200
commit766a90125df68f065495354c20412faf9e1df77a (patch)
treecdba9fef32fe0b29a74aa9305b38c362db5a1a4e /src/main.qml
parentd75db83442a01dcd003ea39a5ec61baad7d344a0 (diff)
downloadRWA.Support.DesktopApp-766a90125df68f065495354c20412faf9e1df77a.tar.gz
RWA.Support.DesktopApp-766a90125df68f065495354c20412faf9e1df77a.tar.bz2
RWA.Support.DesktopApp-766a90125df68f065495354c20412faf9e1df77a.zip
move scenes/Scene_remote_control.qml into scenes/remote_control/Scene_remote_control.qml
Diffstat (limited to 'src/main.qml')
-rw-r--r--src/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.qml b/src/main.qml
index 03f9c5f..4782f4b 100644
--- a/src/main.qml
+++ b/src/main.qml
@@ -264,7 +264,7 @@ ApplicationWindow {
ListItem {
text: " " + qsTr("Remote Control")
- scene_url: "scenes/Scene_remote_control.qml"
+ scene_url: "scenes/remote_control/Scene_remote_control.qml"
onListItemClick: {
header_text.text = qsTr("Allow remote control")
if (inPortrait) sidebar_drawer.close()