mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-11 23:23:53 +00:00
Disable asm.bbline for graph
This commit is contained in:
parent
f21cdfa5c0
commit
9f945ca585
@ -113,7 +113,8 @@ void DisassemblerGraphView::loadCurrentGraph()
|
||||
{
|
||||
TempConfig tempConfig;
|
||||
tempConfig.set("scr.html", true)
|
||||
.set("scr.color", true);
|
||||
.set("scr.color", true)
|
||||
.set("asm.bbline", false);
|
||||
QJsonDocument functionsDoc = Core()->cmdj("agJ");
|
||||
QJsonArray functions = functionsDoc.array();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user