This commit is contained in:
yj 2025-02-25 17:44:24 +08:00
parent 8094a2669a
commit 62846483fd
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ let tray;
// 检查网络状态
function checkNetworkStatus() {
if (!net.isOnline()) {
dialog.showErrorBox('网络连接错误', '当前无网络连接,请检查您的网络设置。');
dialog.showErrorBox('智汇享-网络连接错误', '当前无网络连接,请检查您的网络设置。');
app.quit();
return false;
}