Fix: Core plugin list doesn't work [#2542] (#2543)

The command had been renamed more than 2 years ago.
This commit is contained in:
Ernest1338 2020-12-30 21:48:52 +01:00 committed by GitHub
parent 57cd3a733d
commit 276b53fd75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2468,7 +2468,7 @@ QList<RzCorePluginDescription> CutterCore::getRCorePluginDescriptions()
{
QList<RzCorePluginDescription> ret;
QJsonArray plugins = cmdj("Lsj").array();
QJsonArray plugins = cmdj("Lcj").array();
for (const QJsonValue &pluginValue : plugins) {
QJsonObject pluginObject = pluginValue.toObject();