1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-06-06 14:43:23 +00:00

Setting default language in DEFAULT_CONFIG

This commit is contained in:
Simon
2018-03-12 07:26:19 +01:00
parent 4f6c35713e
commit ecabd37cbb
+1
View File
@@ -22,6 +22,7 @@ export const DEFAULT_CONFIG = {
toggleMain: OSX ? 'Cmd + Alt + L' : 'Super + Alt + E'
},
ui: {
language: 'en',
theme: 'default',
showCopyNotification: true,
disableDirectWrite: false,