diff options
| author | Silarn <jrim@rimpo.org> | 2019-02-11 22:51:58 -0600 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2019-02-18 21:31:21 -0600 |
| commit | 42ae919c9688ec45935983f62dcbb498ca77a205 (patch) | |
| tree | 2606e8d2f4762a615ca5f799015333f4dc69add3 /src/nexusinterface.cpp | |
| parent | f7d1ce1fae80e42141198547d6c54689e085327f (diff) | |
Fix issue with downloads not being remove on failure
Also adds helpful message when API key is not valid or present
Diffstat (limited to 'src/nexusinterface.cpp')
| -rw-r--r-- | src/nexusinterface.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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."); } } |
