⌨️ setup.ts

This commit is contained in:
nirholas
2026-03-31 10:24:13 +00:00
parent 58552b788e
commit 7ecc389a9c

View File

@@ -398,3 +398,4 @@ export async function isChromeExtensionInstalled(): Promise<boolean> {
} }
return isChromeExtensionInstalledPortable(browserPaths, logForDebugging) return isChromeExtensionInstalledPortable(browserPaths, logForDebugging)
} }