🖱️ setupPortable.ts

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

View File

@@ -231,3 +231,4 @@ export function isChromeExtensionInstalled(log?: Logger): Promise<boolean> {
const browserPaths = getAllBrowserDataPathsPortable()
return isChromeExtensionInstalledPortable(browserPaths, log)
}