diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-27 17:56:46 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-27 17:56:46 +1000 |
| commit | b5d812586733353000e741bd4448f217e8ec1224 (patch) | |
| tree | 99e8966c374538ce71e941cdeeaf76893cb882e6 /utils/Paths.qml | |
| parent | plugin: saveItem ensure parent dir (diff) | |
| download | caelestia-shell-b5d812586733353000e741bd4448f217e8ec1224.tar.gz caelestia-shell-b5d812586733353000e741bd4448f217e8ec1224.tar.bz2 caelestia-shell-b5d812586733353000e741bd4448f217e8ec1224.zip | |
internal: better copy
Diffstat (limited to 'utils/Paths.qml')
| -rw-r--r-- | utils/Paths.qml | 4 |
1 files changed, 0 insertions, 4 deletions
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)]); - } } |