Skip to content

Commit

Permalink
🚧 add home emoji setting
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Jan 2, 2022
1 parent 14b9b76 commit e789873
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bootstrap/setting.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e789873

Please # to comment.