mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-17 03:31:52 +00:00
Adds note of caution next to keymap change select box
This commit is contained in:
@@ -94,6 +94,10 @@
|
|||||||
p
|
p
|
||||||
line-height 1.2
|
line-height 1.2
|
||||||
|
|
||||||
|
.note-for-keymap
|
||||||
|
margin-left: 10px
|
||||||
|
font-size: 12px
|
||||||
|
|
||||||
colorDarkControl()
|
colorDarkControl()
|
||||||
border-color $ui-dark-borderColor
|
border-color $ui-dark-borderColor
|
||||||
background-color $ui-dark-backgroundColor
|
background-color $ui-dark-backgroundColor
|
||||||
|
|||||||
@@ -195,6 +195,7 @@ class UiTab extends React.Component {
|
|||||||
<option value='sublime'>default</option>
|
<option value='sublime'>default</option>
|
||||||
<option value='vim'>vim</option>
|
<option value='vim'>vim</option>
|
||||||
</select>
|
</select>
|
||||||
|
<span styleName='note-for-keymap'>Please reload boostnote after you change the keymap</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user