LibGUI: Make common locations configurable

This commit is contained in:
DexesTTP 2021-04-26 18:18:57 +02:00 committed by Andreas Kling
commit 91c210c39a
Notes: sideshowbarker 2024-07-18 19:03:43 +09:00
6 changed files with 132 additions and 23 deletions

View 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" }
]