Skip to content

Commit

Permalink
fix: Fix KeepLetterCase setting display exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Light authored and Light committed Mar 11, 2023
1 parent 6975178 commit 0f35f35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/settings/appearance/appearance.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ func pageAppearance(c *gin.Context) {
"OptionHideSettingsButton": options.HideSettingsButton,
"OptionHideHelpButton": options.HideHelpButton,
"OptionEnableEncryptedLink": options.EnableEncryptedLink,
"OptionKeepLetterCase": options.KeepLetterCase,
"OptionIconModeDefault": IconModeDefault,
"OptionIconModeFilling": IconModeFilling,
},
Expand Down

0 comments on commit 0f35f35

Please sign in to comment.