aboutsummaryrefslogtreecommitdiff
path: root/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r--mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
index 7707a2d..ae29881 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -19,7 +19,7 @@ MainWindow::MainWindow(QWidget *parent)
this->ui->history_window->setVisible(false);
this->ui->clientcert_window->setVisible(false);
- this->ui->bookmarks_window->setVisible(false);
+ this->ui->bookmarks_window->setVisible(true);
}
MainWindow::~MainWindow()