1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-24 20:15:21 -04:00

qs: replace all which commands with command -v

This commit is contained in:
bbedward
2026-06-23 22:49:34 -04:00
parent 21ddc3cc3f
commit 14f21b6c6d
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -713,7 +713,7 @@ Singleton {
Process {
id: dgopCheckProcess
command: ["which", "dgop"]
command: ["sh", "-c", "command -v dgop"]
running: false
onExited: exitCode => {
dgopAvailable = (exitCode === 0);