mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:07:36 +00:00
TextEditor: Add layout options to View menu
Toolbar, status bar, and ruler can now be toggled on/off and their settings are saved in ~/.config/TextEditor.ini
This commit is contained in:
parent
c877612211
commit
5a03b326a7
4 changed files with 49 additions and 0 deletions
4
Base/home/anon/.config/TextEditor.ini
Normal file
4
Base/home/anon/.config/TextEditor.ini
Normal file
|
@ -0,0 +1,4 @@
|
|||
[Layout]
|
||||
ShowRuler=1
|
||||
ShowToolbar=1
|
||||
ShowStatusBar=1
|
Loading…
Add table
Add a link
Reference in a new issue