1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +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

@@ -196,6 +196,7 @@ class NoteDetail extends React.Component {
lineNumber={config.preview.lineNumber}
indentSize={editorIndentSize}
value={note.content}
showCopyNotification={config.ui.showCopyNotification}
storagePath={storage.path}
/>
)