We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2727f79 commit 751d760Copy full SHA for 751d760
cmd/config.go
@@ -18,7 +18,7 @@ var (
18
{},
19
{int(entity.EN), int(entity.JP)},
20
{int(entity.NormalFormat), int(entity.EmojiFormat), int(entity.PrefixFormat)},
21
- {int(entity.Server), int(entity.Local)},
+ {int(entity.Server), int(entity.Client)},
22
}
23
configOptionLabel = [][]string{
24
0 commit comments