Resolve launcher device icons

This commit is contained in:
David Heinemeier Hansson
2026-06-29 15:04:57 -05:00
parent d4731eca25
commit 6ef0c0192b
2 changed files with 10 additions and 4 deletions
+5
View File
@@ -114,4 +114,9 @@ assert(
activateMatch[1].includes('gtk-launch') && activateMatch[1].includes('Util.hyprExecCommand'),
'launcher routes desktop entry launch through Hyprland'
)
assert(
/function iconIndexScanCommand\(\)[\s\S]*-path "\*\/apps\/\*" -o -path "\*\/devices\/\*"/.test(launcherQml),
'launcher fallback icon index includes device icons'
)
JS