1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-14 15:33:55 +00:00

Conditionally turn/on/of the windows feature

This commit is contained in:
Anders Åberg
2025-07-10 14:10:16 +02:00
parent 7feecfdba8
commit 72d3311120

View File

@@ -28,8 +28,11 @@ export class NativeAutofillMain {
}
async init() {
this.windowsMain.initWindows();
this.windowsMain.setupWindowsRendererIPCHandlers();
const enableWindowsPasskeyProvider = true;
if (enableWindowsPasskeyProvider) {
this.windowsMain.initWindows();
this.windowsMain.setupWindowsRendererIPCHandlers();
}
ipcMain.handle(
"autofill.runCommand",