X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=launcher%2Fqml%2FLauncher.qml;h=3c948dd90f19966f0aeacba59fe033f74874aa72;hb=9495545c38d5e72014cba05f8ea79c98ed3321a1;hp=befce07ea047aa3f8d6d25ec08b1c762c7a2b487;hpb=20cd96660d4bfb44e0be5695f71a92d5fb53a143;p=apps%2Flauncher.git diff --git a/launcher/qml/Launcher.qml b/launcher/qml/Launcher.qml index befce07..3c948dd 100644 --- a/launcher/qml/Launcher.qml +++ b/launcher/qml/Launcher.qml @@ -82,7 +82,6 @@ ApplicationWindow { property string currentId: '' property int newIndex: -1 property int index: grid.indexAt(loc.mouseX, loc.mouseY) - property string output_screen: '' x: 62 y: 264 onPressAndHold: currentId = applicationModel.id(newIndex = index) @@ -96,7 +95,7 @@ ApplicationWindow { // output_screen = 'Virtual-1' //} if (currentId === '') { - homescreenHandler.tapShortcut(applicationModel.appid(loc.index), output_screen) + homescreenHandler.tapShortcut(applicationModel.appid(loc.index)) } else { currentId = '' }