change error message if sdl has no connection
This commit is contained in:
@@ -563,7 +563,7 @@ void Controller::getInfoThenRefresh(bool force)
|
|||||||
QMessageBox::critical(
|
QMessageBox::critical(
|
||||||
main,
|
main,
|
||||||
QObject::tr("Connection Error"),
|
QObject::tr("Connection Error"),
|
||||||
QObject::tr("There was an error connecting to hushd. The error was") + ": \n\n"+ err,
|
QObject::tr("There was an error connecting to the server. Please check your internet connection. The error was") + ": \n\n"+ err,
|
||||||
QMessageBox::StandardButton::Ok
|
QMessageBox::StandardButton::Ok
|
||||||
);
|
);
|
||||||
shown = false;
|
shown = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user