diff --git a/bootstrap/setting.go b/bootstrap/setting.go index a0db6d35..b60731d1 100644 --- a/bootstrap/setting.go +++ b/bootstrap/setting.go @@ -131,6 +131,14 @@ func InitSettings() { Access: model.PRIVATE, Group: model.FRONT, }, + { + Key: "home emoji", + Value: "🏠", + Type: "text", + Description: "emoji in front of home in nav", + Access: model.PUBLIC, + Group: model.FRONT, + }, { Key: "animation", Value: "true",