Skip to content

Commit c9d2ffd

Browse files
committed
fix: save enableSearchExpression setting fail
1 parent da51bf8 commit c9d2ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/localStorage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export enum LocalStorageKey {
1414
VoiceSwitch = 'voiceSwitch',
1515
SelfVoiceSwitch = 'selfVoiceSwitch',
1616
TagColorMode = 'tagColorMode',
17-
EnableSearchExpression = 'EnableSearchExpression',
17+
EnableSearchExpression = 'enableSearchExpression',
1818
}
1919

2020
/**

0 commit comments

Comments
 (0)