mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 03:16:10 +00:00
Add emu.str to be saved in settings (#2205)
This commit is contained in:
parent
a68ce67b2a
commit
26cafecc4e
@ -109,6 +109,7 @@ static const QHash<QString, QVariant> asmOptions = {
|
|||||||
{ "asm.lines.fcn", true },
|
{ "asm.lines.fcn", true },
|
||||||
{ "asm.flags.offset", false },
|
{ "asm.flags.offset", false },
|
||||||
{ "asm.emu", false },
|
{ "asm.emu", false },
|
||||||
|
{ "emu.str", false},
|
||||||
{ "asm.cmt.right", true },
|
{ "asm.cmt.right", true },
|
||||||
{ "asm.cmt.col", 35 },
|
{ "asm.cmt.col", 35 },
|
||||||
{ "asm.var.summary", false },
|
{ "asm.var.summary", false },
|
||||||
|
Loading…
Reference in New Issue
Block a user