⏏️ useShowFastIconHint.ts

This commit is contained in:
nirholas
2026-03-31 10:23:17 +00:00
parent 24fbfc1f25
commit cbb64acc75

View File

@@ -29,3 +29,4 @@ export function useShowFastIconHint(showFastIcon: boolean): boolean {
return showHint return showHint
} }