mirror of
https://github.com/bitwarden/browser
synced 2025-12-29 22:53:44 +00:00
frageele?
This commit is contained in:
@@ -19,13 +19,13 @@ export class MainDesktopAutotypeService {
|
||||
) {
|
||||
this.autotypeKeyboardShortcut = new AutotypeKeyboardShortcut();
|
||||
|
||||
ipcMain.handle(AUTOTYPE_IPC_CHANNELS.INITIALIZED, () => {
|
||||
return this.isInitialized;
|
||||
});
|
||||
|
||||
ipcMain.handle(AUTOTYPE_IPC_CHANNELS.INIT, () => {
|
||||
this.init();
|
||||
});
|
||||
|
||||
ipcMain.handle(AUTOTYPE_IPC_CHANNELS.INITIALIZED, () => {
|
||||
return this.isInitialized;
|
||||
});
|
||||
}
|
||||
|
||||
init() {
|
||||
|
||||
Reference in New Issue
Block a user