1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:07:35 +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:
thankyouverycool 2021-02-12 17:39:57 -05:00 committed by Andreas Kling
parent cb42ba0ab1
commit 94e494d6d2
3 changed files with 89 additions and 5 deletions

View file

@ -7,3 +7,9 @@ Left=150
Top=75
Width=640
Height=480
[Layout]
ShowToolbar=1
ShowStatusBar=1
ShowLocationBar=1
ShowFolderPane=1