diff options
author | 2019-04-11 10:55:40 +0800 | |
---|---|---|
committer | 2019-04-11 10:55:40 +0800 | |
commit | 8dd6aa52a61106ee10c7426653ff9c64ab68b5f3 (patch) | |
tree | e8bfc67b67c8c8964b11938d2653786feae342e1 | |
parent | 1df2ef6a38ad21d34353dc4728964055d0a1c986 (diff) |
change default lastmode pattern
Change-Id: I689d37752c2c49921689c86f819c437bc38d30a4
-rw-r--r-- | conf/hs-conf.json | 6 |
1 files 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" |