mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 07:37:03 +00:00
LibGUI: Make common locations configurable
This commit is contained in:
parent
fddcaafe5f
commit
91c210c39a
Notes:
sideshowbarker
2024-07-18 19:03:43 +09:00
Author: https://github.com/Dexesttp
Commit: 91c210c39a
Pull-request: https://github.com/SerenityOS/serenity/pull/6667
6 changed files with 132 additions and 23 deletions
7
Base/home/anon/.config/CommonLocations.json
Normal file
7
Base/home/anon/.config/CommonLocations.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
[
|
||||
{ "name": "Root", "path": "/" },
|
||||
{ "name": "Home", "path": "/home/anon" },
|
||||
{ "name": "Documents", "path": "/home/anon/Documents" },
|
||||
{ "name": "Desktop", "path": "/home/anon/Desktop" },
|
||||
{ "name": "Downloads", "path": "/home/anon/Downloads" }
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue