diff --git a/src/proxy/proxypython.cpp b/src/proxy/proxypython.cpp index 57c4511..7eb074e 100644 --- a/src/proxy/proxypython.cpp +++ b/src/proxy/proxypython.cpp @@ -201,7 +201,7 @@ VersionInfo ProxyPython::version() const bool ProxyPython::isActive() const { - return m_LoadFailure == FAIL_NONE; + return m_LoadFailure == FAIL_NOTINIT; } QList ProxyPython::settings() const