mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-25 10:07:30 -05:00
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