mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-24 10:18:59 +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
Notes:
sideshowbarker
2024-07-19 17:29:51 +09:00
Author: https://github.com/thankyouverycool 🔰
Commit: 5a03b326a7
Pull-request: https://github.com/SerenityOS/serenity/pull/5313
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