aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'homescreen/src/main.cpp')
-rw-r--r--homescreen/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/homescreen/src/main.cpp b/homescreen/src/main.cpp
index 6e9dd1c..fe17ceb 100644
--- a/homescreen/src/main.cpp
+++ b/homescreen/src/main.cpp
@@ -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));