mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-26 20:26:53 +00:00
FileManager: Add layout options to View menu
File Manager's toolbar, location bar, status bar and folder pane can now be toggled on/off
This commit is contained in:
parent
cb42ba0ab1
commit
94e494d6d2
Notes:
sideshowbarker
2024-07-19 17:29:33 +09:00
Author: https://github.com/thankyouverycool
Commit: 94e494d6d2
Pull-request: https://github.com/SerenityOS/serenity/pull/5313
3 changed files with 89 additions and 5 deletions
|
@ -7,3 +7,9 @@ Left=150
|
|||
Top=75
|
||||
Width=640
|
||||
Height=480
|
||||
|
||||
[Layout]
|
||||
ShowToolbar=1
|
||||
ShowStatusBar=1
|
||||
ShowLocationBar=1
|
||||
ShowFolderPane=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue