1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:27:45 +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:
thankyouverycool 2021-02-12 12:34:04 -05:00 committed by Andreas Kling
parent c877612211
commit 5a03b326a7
4 changed files with 49 additions and 0 deletions

View file

@ -0,0 +1,4 @@
[Layout]
ShowRuler=1
ShowToolbar=1
ShowStatusBar=1