ELECTRON-967 (Handle network state and implement retry logic) (#600)

* ELECTRON-967 - Display Error content when there is no active network connection

* ELECTRON-967 - Fix css issue for Windows

* ELECTRON-967 - Optimize code
This commit is contained in:
Kiran Niranjan
2019-03-19 19:00:40 +05:30
committed by Vishwas Shashidhar
parent a074126537
commit c3bbadb955
14 changed files with 374 additions and 26 deletions

View File

@@ -25,7 +25,9 @@ const cmds = keyMirror({
setIsInMeeting: null,
setLocale: null,
keyPress: null,
openScreenSharingIndicator: null
openScreenSharingIndicator: null,
cancelNetworkStatusCheck: null,
quitWindow: null,
});
module.exports = {