From a240329f22822a927a8ee757b19d9395bec7a4ca Mon Sep 17 00:00:00 2001 From: vaguesyntax Date: Sat, 1 Nov 2025 16:18:02 +0300 Subject: [PATCH] fix: initialize recording path setting properly --- dots/.config/quickshell/ii/modules/common/Config.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/quickshell/ii/modules/common/Config.qml b/dots/.config/quickshell/ii/modules/common/Config.qml index 8a3b51c73..10eaa0126 100644 --- a/dots/.config/quickshell/ii/modules/common/Config.qml +++ b/dots/.config/quickshell/ii/modules/common/Config.qml @@ -461,7 +461,7 @@ Singleton { } property JsonObject screenRecord: JsonObject { - property string savePath: Directories.videos + property string savePath: Directories.videos.replace("file://","") // strip "file://" } property JsonObject screenSnip: JsonObject {