Skip to content

Commit 751d760

Browse files
author
{cocoide}
committed
fix: compile error
1 parent 2727f79 commit 751d760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var (
1818
{},
1919
{int(entity.EN), int(entity.JP)},
2020
{int(entity.NormalFormat), int(entity.EmojiFormat), int(entity.PrefixFormat)},
21-
{int(entity.Server), int(entity.Local)},
21+
{int(entity.Server), int(entity.Client)},
2222
}
2323
configOptionLabel = [][]string{
2424
{},

0 commit comments

Comments
 (0)