closes #64
This commit is contained in:
@@ -105,6 +105,8 @@ class Browser: public QMainWindow, protected Ui::Browser {
|
||||
if (!settings || _kiosk) actionSettings->setVisible(false);
|
||||
if (_kiosk) {
|
||||
_menu->hide();
|
||||
actionNew->hide();
|
||||
actionNewTab->hide();
|
||||
} else {
|
||||
assert(connect(_url->lineEdit(), SIGNAL(returnPressed()),
|
||||
SLOT(load())));
|
||||
|
Reference in New Issue
Block a user