mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
Report plugin as active even if failed
This is required for the plugin to report notifications. This behavior was changed in the main MO program at some point.
This commit is contained in:
@@ -201,7 +201,7 @@ VersionInfo ProxyPython::version() const
|
||||
|
||||
bool ProxyPython::isActive() const
|
||||
{
|
||||
return m_LoadFailure == FAIL_NONE;
|
||||
return m_LoadFailure == FAIL_NOTINIT;
|
||||
}
|
||||
|
||||
QList<PluginSetting> ProxyPython::settings() const
|
||||
|
||||
Reference in New Issue
Block a user