[MM-44023] Remove Settings window flash, change wording on Settings page (#2088)

This commit is contained in:
Devin Binnie
2022-05-09 10:45:01 -04:00
committed by GitHub
parent ebf5897f99
commit 1414bbaedf
3 changed files with 2 additions and 7 deletions

View File

@@ -348,7 +348,6 @@ describe('main/windows/windowManager', () => {
value: originalPlatform,
});
expect(windowManager.mainWindow.flashFrame).toBeCalledWith(true);
expect(windowManager.settingsWindow.flashFrame).toBeCalledWith(true);
});
it('mac - should not bounce icon when config item is not set', () => {