message: 'Please, check your internet connection and restart Rambox. If you use a Proxy, please go to Preferences to configure it.',
title: 'No Internet Connection'
},
function (__response, checkboxChecked) {
if ( !checkboxChecked ) return;
ipcRenderer.sendSync('sConfig', {
hideNoConnectionDialog: true
})
})
}
}
})
})
})();
})();
@ -66,6 +56,7 @@
</head>
</head>
<body>
<body>
<divid="noconnection"style="display: block"><h1>No Internet Connection</h1><p>Please, check your internet connection and restart Rambox. If you use a Proxy, please go to Preferences to configure it.</p></div>