1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-16 19:21:52 +00:00

Reworded Hotkey preferences

This commit is contained in:
cyalins
2018-01-25 13:52:04 +11:00
committed by GitHub
parent f7bd52ac0c
commit 5e558746ce

View File

@@ -103,9 +103,9 @@ class HotkeyTab extends React.Component {
return ( return (
<div styleName='root'> <div styleName='root'>
<div styleName='group'> <div styleName='group'>
<div styleName='group-header'>Hotkey</div> <div styleName='group-header'>Hotkeys</div>
<div styleName='group-section'> <div styleName='group-section'>
<div styleName='group-section-label'>Toggle Main</div> <div styleName='group-section-label'>Show/Hide Boostnote</div>
<div styleName='group-section-control'> <div styleName='group-section-control'>
<input styleName='group-section-control-input' <input styleName='group-section-control-input'
onChange={(e) => this.handleHotkeyChange(e)} onChange={(e) => this.handleHotkeyChange(e)}
@@ -131,8 +131,8 @@ class HotkeyTab extends React.Component {
onClick={(e) => this.handleHintToggleButtonClick(e)} onClick={(e) => this.handleHintToggleButtonClick(e)}
> >
{this.state.isHotkeyHintOpen {this.state.isHotkeyHintOpen
? 'Hide Hint' ? 'Hide Help'
: 'Hint?' : 'Help'
} }
</button> </button>
<button styleName='group-control-rightButton' <button styleName='group-control-rightButton'