mirror of
https://github.com/bitwarden/browser
synced 2026-01-07 11:03:30 +00:00
Fix linting errors
This commit is contained in:
@@ -30,7 +30,7 @@ export class MessagingMain {
|
||||
case 'minimizeOnCopy':
|
||||
this.storageService.get<boolean>(ElectronConstants.minimizeOnCopyToClipboardKey).then(
|
||||
(shouldMinimize) => {
|
||||
if (shouldMinimize && this.main.windowMain.win != null) {
|
||||
if (shouldMinimize && this.main.windowMain.win !== null) {
|
||||
this.main.windowMain.win.minimize();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user