From 43448296fc7fef78f6600289346c5c8400f06897 Mon Sep 17 00:00:00 2001 From: oldmud0 Date: Sun, 5 Nov 2017 11:22:12 -0600 Subject: [PATCH] Notify user if lobby layout file is missing --- lobby.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lobby.cpp b/lobby.cpp index 91827e8..1df765f 100644 --- a/lobby.cpp +++ b/lobby.cpp @@ -67,6 +67,11 @@ void Lobby::set_widgets() { qDebug() << "W: did not find lobby width or height in " << filename; + // Most common symptom of bad config files and missing assets. + call_notice("It doesn't look like your client is set up correctly.\n" + "Did you download all resources correctly from tiny.cc/getao, " + "including the large 'base' folder?"); + this->resize(517, 666); } else