Browse Source

change error message if sdl has no connection

pull/130/head
DenioD 4 years ago
parent
commit
e21a02a510
  1. 2
      src/controller.cpp

2
src/controller.cpp

@ -563,7 +563,7 @@ void Controller::getInfoThenRefresh(bool force)
QMessageBox::critical(
main,
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
);
shown = false;

Loading…
Cancel
Save