diff --git a/Controller.cpp b/Controller.cpp index ce88bbc..e8fbb65 100644 --- a/Controller.cpp +++ b/Controller.cpp @@ -315,6 +315,7 @@ void Controller::handleEvent(const Event event) } catch (const jsonrpc::JsonRpcException& e) { + mMenuScreen.progressOff(); cerr << "[ERROR] " << e.what() << endl; } }