yangjie #49

Merged
yangqiang merged 71 commits from yangjie into master 2025-03-10 14:21:26 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 62846483fd - Show all commits

View File

@ -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;
} }