aboutsummaryrefslogtreecommitdiff
path: root/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r--mainwindow.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
index 75cdeba..7707a2d 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -16,6 +16,10 @@ MainWindow::MainWindow(QWidget *parent)
this->favourites.load("./favourites.db");
ui->favourites_view->setModel(&favourites);
+
+ this->ui->history_window->setVisible(false);
+ this->ui->clientcert_window->setVisible(false);
+ this->ui->bookmarks_window->setVisible(false);
}
MainWindow::~MainWindow()