fix: user setting name (#331)

This commit is contained in:
boojack
2022-10-21 23:06:15 +08:00
committed by GitHub
parent 1c2998c4d8
commit e6f376ae66
2 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ const (
// UserSettingEditorFontStyleKey is the key type for mobile editor style.
UserSettingMobileEditorStyleKey UserSettingKey = "mobileEditorStyle"
// UserSettingMemoDisplayTsOptionKey is the key type for memo display ts option.
UserSettingMemoDisplayTsOptionKey UserSettingKey = "memoSortOption"
UserSettingMemoDisplayTsOptionKey UserSettingKey = "memoDisplayTsOption"
)
// String returns the string format of UserSettingKey type.