add workground funcation
[apps/homescreen.git] / homescreen / src / main.cpp
index 6e9dd1c..fe17ceb 100644 (file)
@@ -146,7 +146,7 @@ int main(int argc, char *argv[])
             homescreenHandler->setCurrentApplication(label);
             QMetaObject::invokeMethod(launcher, "setCurrent", Qt::QueuedConnection, Q_ARG(QString, label));
         }
-        if((arrLen == 1) && (QString("navigation") == label)){
+        if((arrLen == 1) && ( (QString("navigation") == label) || (QString("mixer") == label) )){
             QMetaObject::invokeMethod(root, "changeSwitchState", Q_ARG(QVariant, true));
         }else{
             QMetaObject::invokeMethod(root, "changeSwitchState", Q_ARG(QVariant, false));