1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Adds note of caution next to keymap change select box

This commit is contained in:
asmsuechan
2017-01-08 18:16:32 +09:00
parent 7f4c58a84a
commit df2de5c081
2 changed files with 5 additions and 0 deletions

View File

@@ -195,6 +195,7 @@ class UiTab extends React.Component {
<option value='sublime'>default</option>
<option value='vim'>vim</option>
</select>
<span styleName='note-for-keymap'>Please reload boostnote after you change the keymap</span>
</div>
</div>