From 42ae919c9688ec45935983f62dcbb498ca77a205 Mon Sep 17 00:00:00 2001 From: Silarn Date: Mon, 11 Feb 2019 22:51:58 -0600 Subject: Fix issue with downloads not being remove on failure Also adds helpful message when API key is not valid or present --- src/nexusinterface.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/nexusinterface.cpp') diff --git a/src/nexusinterface.cpp b/src/nexusinterface.cpp index 265d898c..89b0bfde 100644 --- a/src/nexusinterface.cpp +++ b/src/nexusinterface.cpp @@ -539,6 +539,8 @@ void NexusInterface::nextRequest() return; } else if (getAccessManager()->validateWaiting()) { return; + } else { + qCritical("You must authorize MO2 in Settings -> Nexus to use the Nexus API."); } } -- cgit v1.3.1