mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-03 10:20:47 +00:00
The command had been renamed more than 2 years ago.
This commit is contained in:
parent
57cd3a733d
commit
276b53fd75
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user