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
commit 94e494d6d2
Notes: sideshowbarker 2024-07-19 17:29:33 +09:00
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