diff --git a/src/components/SettingsDrawer.tsx b/src/components/SettingsDrawer.tsx index d974d443..611461be 100644 --- a/src/components/SettingsDrawer.tsx +++ b/src/components/SettingsDrawer.tsx @@ -10,6 +10,7 @@ import { closeSettings } from '../actions/app'; import { setBoolean } from '../actions/settings'; import { RootState } from '../reducers'; import { SettingId } from '../settings'; +import { isMacOS } from '../utils/os'; import { SettingsStringId } from './settings-i18n'; import en from './settings-i18n.en.json'; @@ -49,7 +50,16 @@ class SettingsDrawer extends React.PureComponent { onClose={() => onClose()} >
- + {isMacOS() ? 'Cmd' : 'Ctrl'}-+, + out: {isMacOS() ? 'Cmd' : 'Ctrl'}--, + }, + )} + >