utilities/record: app2unit
This commit is contained in:
parent
15def897b2
commit
9a92ad2d62
1 changed files with 2 additions and 2 deletions
|
|
@ -175,7 +175,7 @@ StyledRect {
|
||||||
|
|
||||||
function onClicked(): void {
|
function onClicked(): void {
|
||||||
root.visibilities.utilities = false;
|
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 {
|
function onClicked(): void {
|
||||||
root.visibilities.utilities = false;
|
root.visibilities.utilities = false;
|
||||||
Quickshell.execDetached([...Config.general.apps.explorer, recording.modelData.path]);
|
Quickshell.execDetached(["app2unit", "--", ...Config.general.apps.explorer, recording.modelData.path]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue