Remove cache switch notification

This commit is contained in:
2026-07-31 21:49:05 +08:00
parent b0edb189b9
commit ec52bb12da
-1
View File
@@ -231,7 +231,6 @@ func (a *App) moveHistory(direction int) {
a.notifyError("切换壁纸失败:" + err.Error()) a.notifyError("切换壁纸失败:" + err.Error())
return return
} }
_ = a.notifyIcon.ShowInfo(appName, "已切换到缓存壁纸。")
} }
func (a *App) toggleAutoChange() { func (a *App) toggleAutoChange() {