utilities/record: app2unit

This commit is contained in:
2 * r + 2 * t 2025-09-14 23:44:08 +10:00
parent 15def897b2
commit 9a92ad2d62

View file

@ -175,7 +175,7 @@ StyledRect {
function onClicked(): void {
root.visibilities.utilities = false;
Quickshell.execDetached([...Config.general.apps.playback, recording.modelData.path]);
Quickshell.execDetached(["app2unit", "--", ...Config.general.apps.playback, recording.modelData.path]);
}
}
@ -185,7 +185,7 @@ StyledRect {
function onClicked(): void {
root.visibilities.utilities = false;
Quickshell.execDetached([...Config.general.apps.explorer, recording.modelData.path]);
Quickshell.execDetached(["app2unit", "--", ...Config.general.apps.explorer, recording.modelData.path]);
}
}