1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Allow users to disable "Saved to clipboard" notification.

This commit is contained in:
Peter Urda
2017-10-01 02:48:54 -07:00
parent 4bb18cfc9a
commit ebdd6d77f7
5 changed files with 23 additions and 5 deletions

View File

@@ -25,6 +25,7 @@ export const DEFAULT_CONFIG = {
},
ui: {
theme: 'default',
showCopyNotification: true,
disableDirectWrite: false,
defaultNote: 'ALWAYS_ASK' // 'ALWAYS_ASK', 'SNIPPET_NOTE', 'MARKDOWN_NOTE'
},