This commit is contained in:
parent
8094a2669a
commit
62846483fd
2
main.js
2
main.js
|
|
@ -74,7 +74,7 @@ let tray;
|
||||||
// 检查网络状态
|
// 检查网络状态
|
||||||
function checkNetworkStatus() {
|
function checkNetworkStatus() {
|
||||||
if (!net.isOnline()) {
|
if (!net.isOnline()) {
|
||||||
dialog.showErrorBox('网络连接错误', '当前无网络连接,请检查您的网络设置。');
|
dialog.showErrorBox('智汇享-网络连接错误', '当前无网络连接,请检查您的网络设置。');
|
||||||
app.quit();
|
app.quit();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue