forked from Shinonome/dots-hyprland
fix: initialize recording path setting properly
This commit is contained in:
@@ -461,7 +461,7 @@ Singleton {
|
|||||||
}
|
}
|
||||||
|
|
||||||
property JsonObject screenRecord: JsonObject {
|
property JsonObject screenRecord: JsonObject {
|
||||||
property string savePath: Directories.videos
|
property string savePath: Directories.videos.replace("file://","") // strip "file://"
|
||||||
}
|
}
|
||||||
|
|
||||||
property JsonObject screenSnip: JsonObject {
|
property JsonObject screenSnip: JsonObject {
|
||||||
|
|||||||
Reference in New Issue
Block a user