mirror of https://github.com/Xhofe/alist
🐛 fix home emoji type
parent
bcf19f4f3e
commit
d255ff4fd0
|
@ -134,7 +134,7 @@ func InitSettings() {
|
||||||
{
|
{
|
||||||
Key: "home emoji",
|
Key: "home emoji",
|
||||||
Value: "🏠",
|
Value: "🏠",
|
||||||
Type: "text",
|
Type: "string",
|
||||||
Description: "emoji in front of home in nav",
|
Description: "emoji in front of home in nav",
|
||||||
Access: model.PUBLIC,
|
Access: model.PUBLIC,
|
||||||
Group: model.FRONT,
|
Group: model.FRONT,
|
||||||
|
|
Loading…
Reference in New Issue