aboutsummaryrefslogtreecommitdiffstats
path: root/src/db
diff options
context:
space:
mode:
authorYuta Doi <yuta-d@witz-inc.co.jp>2018-06-05 13:34:09 +0900
committerYuta Doi <yuta-d@witz-inc.co.jp>2018-06-05 13:34:09 +0900
commit7b6d69b3c9da2c86451ced307b8c6eb6ba44c5e2 (patch)
tree2f69788bb9e15c5f799abfee817aa078e78e89eb /src/db
parenta1c8290bfa6704a81401f1e9682493d3c7d4281a (diff)
Add the role "launcher"
Change-Id: Ied50062946952ccad265e496a038ca3394d9245b Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
Diffstat (limited to 'src/db')
-rw-r--r--src/db/app.db4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/db/app.db b/src/db/app.db
index 7ec632b..cdc2da8 100644
--- a/src/db/app.db
+++ b/src/db/app.db
@@ -5,6 +5,10 @@
"role": "homescreen"
},
{
+ "name": "Launcher",
+ "role": "launcher"
+ },
+ {
"name": "Music",
"role": "music"
},