Fix issue #102: changed defaults

Defaults now:
- asm.tabs=5
- asm.bbline=true
This commit is contained in:
ballessay 2017-04-09 16:14:08 +02:00 committed by Duncan Ogilvie
parent c3426e2e3e
commit fa62c667ca

View File

@ -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");