Bugfix: HDD: Update default location to **File System** in filechooser

This commit is contained in:
rcassani 2022-08-20 12:55:10 -04:00
parent 27bcd58c11
commit 18ae88601b

View File

@ -23,7 +23,7 @@
},
"filesystem": {
"type": "filechooser",
"default": "/",
"default": "file:///",
"description": "Filesystem to monitor",
"tooltip": "Select a directory in the filesystem to monitor.",
"allow-none" : true,