This commit is contained in:
Marc Wäckerlin
2011-06-08 12:32:25 +00:00
parent c3bea2d94c
commit c77557e9dc

View File

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