From 18ae88601b3392468bc0e8d9ff12b2f8d5fa62d5 Mon Sep 17 00:00:00 2001 From: rcassani Date: Sat, 20 Aug 2022 12:55:10 -0400 Subject: [PATCH] Bugfix: HDD: Update default location to **File System** in filechooser --- files/system-monitor-graph@rcassani/settings-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/system-monitor-graph@rcassani/settings-schema.json b/files/system-monitor-graph@rcassani/settings-schema.json index 4e279b1..a69d43e 100644 --- a/files/system-monitor-graph@rcassani/settings-schema.json +++ b/files/system-monitor-graph@rcassani/settings-schema.json @@ -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,