launcher: Enable scrolling for the GridView to display more apps
[apps/launcher.git] / launcher / src / main.cpp
index 563e883..77dee27 100644 (file)
@@ -44,7 +44,9 @@ int main(int argc, char *argv[])
 
     // mail.qml loading
     QQmlApplicationEngine engine;
+    int apps = homescreenHandler->getRunnablesCount();
     engine.rootContext()->setContextProperty(QStringLiteral("homescreenHandler"), homescreenHandler);
+    engine.rootContext()->setContextProperty(QStringLiteral("apps_len"), apps);
     engine.load(QUrl(QStringLiteral("qrc:/Launcher.qml")));
     homescreenHandler->getRunnables();