Skip to content

Commit

Permalink
Remove language setting in case en-gb had been set in previous versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ransome1 committed Mar 28, 2024
1 parent 54f99d3 commit 4276a55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ const config: Store<Settings> = new Store<Settings>({
store.delete('fileWatcherAtomic');
store.delete('fileWatcherPolling');
store.delete('fileWatcherPollingInterval');
store.delete('language');
store.set('chokidarOptions', {
awaitWriteFinish: {
stabilityThreshold: 100,
Expand Down

0 comments on commit 4276a55

Please sign in to comment.