From: Jan-Simon Moeller Date: Thu, 2 Aug 2018 14:42:12 +0000 (+0000) Subject: Merge "Improve output of multiple screen resolution" X-Git-Tag: 5.99.3~1 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=e1877c0c7c2add1dba21e64394ba06365c796edd;hp=83c4034d6374eb8b6d5a72c053c7e774cd6c3ffc;p=apps%2Flauncher.git Merge "Improve output of multiple screen resolution" --- diff --git a/launcher/src/applicationmodel.cpp b/launcher/src/applicationmodel.cpp index 90f81de..17e38fb 100644 --- a/launcher/src/applicationmodel.cpp +++ b/launcher/src/applicationmodel.cpp @@ -60,8 +60,10 @@ ApplicationModel::Private::Private() auto const id = jso["id"].toString(); auto const icon = get_icon_name(jso); - // Hide HomeScreen icon itself - if (name != "launcher" && name != "homescreen-2017" && name != "OnScreenApp") { + if ( name != "launcher" && + name != "homescreen-2017" && + name != "homescreen" && + name != "OnScreenApp") { this->data.append(AppInfo(icon, name, id)); }