diff options
-rw-r--r-- | app/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/main.cpp b/app/main.cpp index 81d8c5f..4f13346 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -71,7 +71,7 @@ int main(int argc, char *argv[]) // Set the event handler for Event_TapShortcut which will activate the surface for windowmanager qhs->set_event_handler(QLibHomeScreen::Event_ShowWindow, [qwm, myname](json_object *object){ qDebug("Surface %s got tapShortcut\n", myname); - qwm->activateWindow(myname); + qwm->activateWindow(myname, "master.split.sub"); }); #endif qmlRegisterType<QCheapRuler>("com.mapbox.cheap_ruler", 1, 0, "CheapRuler"); |