aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/src/applicationmodel.cpp
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-06-13 09:38:04 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-06-13 09:38:04 +0900
commit131bf218139467a7761fee118fa345bea73117cc (patch)
treea51a83926635ecf1ca5f33611aaf3d31cbc04f9c /homescreen/src/applicationmodel.cpp
parent5865920d4f5478d60cdc54c2603406eea1f0c10a (diff)
change shortcut icon for als2018sandbox/zheng_wenlong/als2018
Diffstat (limited to 'homescreen/src/applicationmodel.cpp')
-rw-r--r--homescreen/src/applicationmodel.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/homescreen/src/applicationmodel.cpp b/homescreen/src/applicationmodel.cpp
index 5b4bb01..45fe7b8 100644
--- a/homescreen/src/applicationmodel.cpp
+++ b/homescreen/src/applicationmodel.cpp
@@ -61,7 +61,8 @@ ApplicationModel::Private::Private()
auto const icon = get_icon_name(jso);
// Hide HomeScreen icon itself
- if (name != "homescreen-2017" && name != "OnScreenApp") {
+ if (name != "homescreen-2017" && name != "OnScreenApp"
+ && name != "restriction") {
this->data.append(AppInfo(icon, name, id));
}