diff --git a/src/qrcore.cpp b/src/qrcore.cpp index bba1a0c9..ee7e0240 100644 --- a/src/qrcore.cpp +++ b/src/qrcore.cpp @@ -881,7 +881,7 @@ void QRCore::setSettings() config("asm.tabsonce", "true"); config("asm.tabsoff", "5"); config("asm.nbytes", "10"); - config("asm.bbline", "true"); + //config("asm.bbline", "true"); config("anal.hasnext", "true"); config("asm.fcncalls", "false"); diff --git a/src/widgets/omnibar.cpp b/src/widgets/omnibar.cpp index 147bef81..96a863b6 100644 --- a/src/widgets/omnibar.cpp +++ b/src/widgets/omnibar.cpp @@ -15,7 +15,7 @@ Omnibar::Omnibar(MainWindow *main, QWidget *parent) : this->setMinimumHeight(16); this->setMaximumHeight(16); this->setFrame(false); - //this->setPlaceholderText("Go to address..."); + this->setPlaceholderText("Type flag name or address here"); this->setStyleSheet("border-radius: 5px;"); this->setTextMargins(10, 0, 0, 0); this->setClearButtonEnabled(true);