Save paths for screen recording and screenshots (#2354)

This commit is contained in:
end-4
2025-11-06 21:56:13 +01:00
committed by GitHub
4 changed files with 70 additions and 8 deletions
@@ -475,6 +475,14 @@ Singleton {
}
}
property JsonObject screenRecord: JsonObject {
property string savePath: Directories.videos.replace("file://","") // strip "file://"
}
property JsonObject screenSnip: JsonObject {
property string savePath: "" // only copy to clipboard when empty
}
property JsonObject sounds: JsonObject {
property bool battery: false
property bool pomodoro: false