fix(main_window): 修改网络错误提示,不展示具体报错信息,只在log中展示

This commit is contained in:
2025-03-10 16:51:47 +08:00
parent 6372ad4e0a
commit 4851b40777
2 changed files with 8 additions and 5 deletions

View File

@@ -223,7 +223,7 @@ class Home(QWidget):
MainInfoBar.push_info_bar(
"error",
"主题图像获取失败",
f"获取最新主题图像信息时出错\n{err}",
f"获取最新主题图像信息时出错",
-1,
)
return None