@@ -162,7 +162,7 @@ function alarmSet() {
162
162
resetAlarm = setTimeout ( function ( ) {
163
163
if ( store . get ( 'alarmtip' ) !== false && isAlarmDialogClosed && isAlarmTipOn ) {
164
164
if ( win != null ) {
165
- win . flashFrame ( true ) ;
165
+ // win.flashFrame(true);
166
166
win . show ( ) ;
167
167
app . focus ( ) ;
168
168
isAlarmDialogClosed = false ;
@@ -1580,7 +1580,7 @@ function focusSolution() {
1580
1580
if ( hasFloating ) floatingDestroyer ( "property-stay" ) ;
1581
1581
win . show ( ) ;
1582
1582
win . center ( ) ;
1583
- win . flashFrame ( true ) ;
1583
+ // win.flashFrame(true);
1584
1584
if ( ! isLoose ) win . setAlwaysOnTop ( true , "screen-saver" ) ;
1585
1585
win . moveTop ( ) ;
1586
1586
if ( dockHide ) app . dock . show ( ) ; //prevent kiosk error, show in dock
@@ -1623,7 +1623,7 @@ function nonFocusSolution(mode) {
1623
1623
} else {
1624
1624
win . show ( ) ;
1625
1625
win . center ( ) ;
1626
- win . flashFrame ( true ) ;
1626
+ // win.flashFrame(true);
1627
1627
if ( ! isLoose ) win . setAlwaysOnTop ( true , "screen-saver" ) ;
1628
1628
win . moveTop ( ) ;
1629
1629
}
@@ -1768,7 +1768,7 @@ ipcMain.on('warning-giver-all-task-end', function () {
1768
1768
isWorkMode = false ;
1769
1769
win . show ( ) ;
1770
1770
win . center ( ) ;
1771
- win . flashFrame ( true ) ;
1771
+ // win.flashFrame(true);
1772
1772
win . setAlwaysOnTop ( true , "screen-saver" ) ;
1773
1773
win . moveTop ( ) ;
1774
1774
win . setProgressBar ( - 1 ) ;
@@ -2479,4 +2479,4 @@ ipcMain.on("zoom-ratio-change", function (event, message) {
2479
2479
win . setSize ( Math . floor ( 360 * ratio ) , Math . floor ( 459 * ratio ) , true ) ;
2480
2480
settingsWin . setSize ( Math . floor ( ( isChinese ? 420 : 472 ) * ratio ) , Math . floor ( 636 * ratio ) , true ) ;
2481
2481
win . webContents . send ( 'zoom-ratio-feedback' ) ;
2482
- } )
2482
+ } )
0 commit comments