This commit is contained in:
iceBear67
2026-07-26 14:03:51 +00:00
parent 7eb35f82b1
commit b24cfcd560
4 changed files with 96 additions and 85 deletions
+1 -3
View File
@@ -205,9 +205,7 @@ func (p *logsPage) startUpload(a *App, text string) {
} else {
a.notify(a.th.T(KLogsUploaded)+" "+res.URL, LevelOK)
}
if a.win != nil {
a.win.Invalidate()
}
a.invalidate()
}()
}