We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 721585d commit 780d2afCopy full SHA for 780d2af
1 file changed
app.py
@@ -225,7 +225,7 @@ def updateSource(self, url: str = None):
225
QMessageBox.critical(
226
self,
227
"Your internet is terrible",
228
- f"The update for {url} timed out! Please check your internet connection and try again.",
+ f"The update for {url} timed out! Please check your internet connection. Update will proceed with the other sources...",
229
)
230
return
231
if contents.strip().replace("\n", "").replace("\r", "") == self.losts[
0 commit comments