From 72e4523e2fb27ee714c30c5aa135198f7b5d553d Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Thu, 11 Jun 2020 02:43:30 +0200 Subject: Slight improvements for client certificate display, permanent certs are now selectable with double click and have icons, adds changelog into application itself: about:updates --- src/mainwindow.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 9a56133..ec8af9c 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -457,3 +457,8 @@ void MainWindow::on_favourites_view_customContextMenuRequested(const QPoint &pos } } } + +void MainWindow::on_actionChangelog_triggered() +{ + this->addNewTab(true, QUrl("about:updates")); +} -- cgit v1.2.3