1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

Wip start on login

This commit is contained in:
Hinton
2020-11-23 15:04:35 +01:00
parent 2cbe7f3d0a
commit f926f80d8c
4 changed files with 25 additions and 0 deletions

View File

@@ -44,6 +44,10 @@ export class MessagingMain {
case 'hideToTray':
this.main.trayMain.hideToTray();
break;
case 'addStartOnLogin':
break;
case 'removeStartOnLogin':
break;
default:
break;
}