diff options
Diffstat (limited to 'src/client/app/store.ts')
| -rw-r--r-- | src/client/app/store.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/app/store.ts b/src/client/app/store.ts index c82981ad24..44b893835c 100644 --- a/src/client/app/store.ts +++ b/src/client/app/store.ts @@ -28,6 +28,7 @@ const defaultSettings = { iLikeSushi: false, rememberNoteVisibility: false, defaultNoteVisibility: 'public', + wallpaper: null, webSearchEngine: 'https://www.google.com/?#q={{query}}', mutedWords: [], games: { |