From 7df2609d5083bb3e9d794f69f7c4f77092994e69 Mon Sep 17 00:00:00 2001 From: Maxim Zhukov Date: Tue, 12 Jan 2021 19:08:28 +0300 Subject: [PATCH] feat: rootWindow: flashFrame on all platforms Reduce win32 restriction for flashFrame --- src/ui/main/rootWindow.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/ui/main/rootWindow.ts b/src/ui/main/rootWindow.ts index 0f052cf917..fdd782e040 100644 --- a/src/ui/main/rootWindow.ts +++ b/src/ui/main/rootWindow.ts @@ -169,9 +169,7 @@ export const setupRootWindow = (): void => { return; } - if (process.platform === 'win32') { - browserWindow.flashFrame(true); - } + browserWindow.flashFrame(true); }), watch(({