mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-20 21:56:06 +00:00
Fix issue #102: changed defaults
Defaults now: - asm.tabs=5 - asm.bbline=true
This commit is contained in:
parent
c3426e2e3e
commit
fa62c667ca
@ -667,10 +667,11 @@ void QRCore::setSettings() {
|
||||
config("asm.xrefs", "false");
|
||||
config("asm.fcnlines", "false");
|
||||
|
||||
config("asm.tabs", "10");
|
||||
config("asm.tabs", "5");
|
||||
config("asm.tabsonce", "true");
|
||||
config("asm.tabsoff", "5");
|
||||
config("asm.nbytes", "10");
|
||||
config("asm.bbline", "true");
|
||||
|
||||
config("anal.hasnext", "true");
|
||||
config("asm.fcncalls", "false");
|
||||
|
Loading…
Reference in New Issue
Block a user