From 8dd6aa52a61106ee10c7426653ff9c64ab68b5f3 Mon Sep 17 00:00:00 2001 From: wang_zhiqiang Date: Thu, 11 Apr 2019 10:55:40 +0800 Subject: [PATCH 1/1] change default lastmode pattern Change-Id: I689d37752c2c49921689c86f819c437bc38d30a4 --- conf/hs-conf.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/conf/hs-conf.json b/conf/hs-conf.json index 633f585..84a8386 100644 --- a/conf/hs-conf.json +++ b/conf/hs-conf.json @@ -21,10 +21,12 @@ "visibility": "invisible" } ], - "default-lastmode": { + "default-lastmode": [ + { "appid": "launcher", "area": "normal.full" - }, + } + ], "normal-apps": { "appid": "warehouse", "visibility": "invisible" -- 2.16.6