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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user