add hint for zen mode
This commit is contained in:
parent
35687b1ee0
commit
3afe540111
1 changed files with 2 additions and 1 deletions
|
|
@ -437,7 +437,7 @@ function SettingsTab({ scheduler }) {
|
||||||
items={{ codemirror: 'Codemirror', vim: 'Vim', emacs: 'Emacs' }}
|
items={{ codemirror: 'Codemirror', vim: 'Vim', emacs: 'Emacs' }}
|
||||||
></ButtonGroup>
|
></ButtonGroup>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
<FormItem label="Footer Position">
|
<FormItem label="Panel Position">
|
||||||
<ButtonGroup
|
<ButtonGroup
|
||||||
value={panelPosition}
|
value={panelPosition}
|
||||||
onChange={(value) => settingsMap.setKey('panelPosition', value)}
|
onChange={(value) => settingsMap.setKey('panelPosition', value)}
|
||||||
|
|
@ -461,6 +461,7 @@ function SettingsTab({ scheduler }) {
|
||||||
value={isLineWrappingEnabled}
|
value={isLineWrappingEnabled}
|
||||||
/>
|
/>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
|
<FormItem label="Zen Mode">Try clicking the logo in the top left!</FormItem>
|
||||||
<FormItem label="Reset Settings">
|
<FormItem label="Reset Settings">
|
||||||
<button
|
<button
|
||||||
className="bg-background p-2 max-w-[300px] rounded-md hover:opacity-50"
|
className="bg-background p-2 max-w-[300px] rounded-md hover:opacity-50"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue