From b5d812586733353000e741bd4448f217e8ec1224 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 27 Aug 2025 17:56:46 +1000 Subject: internal: better copy --- utils/Paths.qml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'utils') diff --git a/utils/Paths.qml b/utils/Paths.qml index 71be877..0a00c9d 100644 --- a/utils/Paths.qml +++ b/utils/Paths.qml @@ -37,8 +37,4 @@ Singleton { function strip(path: url): string { return stringify(path).replace("file://", ""); } - - function copy(from: url, to: url): void { - Quickshell.execDetached(["cp", strip(from), strip(to)]); - } } -- cgit v1.2.3-freya