File tree Expand file tree Collapse file tree 3 files changed +897
-793
lines changed
Expand file tree Collapse file tree 3 files changed +897
-793
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ function createWindow() {
131131 } )
132132
133133 //prevent app-killers for lock mode / focus mode
134- win . webContents . on ( 'crashed ' , ( ) => {
134+ win . webContents . on ( 'render-process-gone ' , ( ) => {
135135 if ( store . get ( 'islocked' ) || ( fullScreenProtection && isTimerWin && ( process . env . NODE_ENV !== "development" ) && ( ! isLoose ) ) ) relaunchSolution ( ) ;
136136 } ) ;
137137
Original file line number Diff line number Diff line change 3030 "productName" : " wnr" ,
3131 "dependencies" : {
3232 "@eastdesire/jscolor" : " 2.5.2" ,
33- "@electron/remote" : " 2.1.1 " ,
33+ "@electron/remote" : " 2.1.3 " ,
3434 "bootstrap" : " 4.6.2" ,
3535 "cmd-or-ctrl" : " 0.3.1" ,
3636 "compare-version" : " 0.1.2" ,
3737 "copy-to-clipboard" : " 3.3.3" ,
3838 "crypto-js" : " 4.2.0" ,
3939 "electron-debug" : " 3.2.0" ,
4040 "electron-store" : " 8.1.0" ,
41- "i18n" : " 0.15.1 " ,
41+ "i18n" : " 0.15.2 " ,
4242 "jquery" : " 3.7.1" ,
4343 "node-fetch" : " 2.7.0" ,
4444 "node-notifier" : " 10.0.1" ,
4949 },
5050 "devDependencies" : {
5151 "cross-env" : " 7.0.3" ,
52- "electron" : " 22.3.27 " ,
53- "electron-builder" : " 23 .0.3 "
52+ "electron" : " 37.6.0 " ,
53+ "electron-builder" : " 26 .0.12 "
5454 }
5555}
You can’t perform that action at this time.
0 commit comments