We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9692b9f commit 10aed3aCopy full SHA for 10aed3a
src/components/SettingsWindow.jsx
@@ -1033,6 +1033,7 @@ export default class SettingsWindow extends PureComponent {
1033
<label>{T.t("SETTINGS_HOTKEYS_LEVEL_TITLE")}</label>
1034
<p>{T.t("SETTINGS_HOTKEYS_LEVEL_DESC")}</p>
1035
<select value={this.state.hotkeyPercent} onChange={(e) => { this.setState({ hotkeyPercent: e.target.value * 1 }); window.sendSettings({ hotkeyPercent: e.target.value * 1 }) }}>
1036
+ <option value="1">1%</option>
1037
<option value="5">5%</option>
1038
<option value="10">10%</option>
1039
<option value="15">15%</option>
0 commit comments