From cbc17bd39f4ef245183e5a54509ff3fbd4125ca6 Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Sat, 6 Jun 2020 21:45:41 +0200 Subject: Fixes bug in outline generation, adds application icon to mainwindow, adds more README, adds save settings on closing settings dialog. --- browsertab.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'browsertab.cpp') diff --git a/browsertab.cpp b/browsertab.cpp index dd8b3a7..6543c86 100644 --- a/browsertab.cpp +++ b/browsertab.cpp @@ -130,6 +130,8 @@ void BrowserTab::on_menu_button_clicked() if(dialog.exec() == QDialog::Accepted) { mainWindow->current_style = dialog.geminiStyle(); + + mainWindow->saveSettings(); } }); @@ -361,7 +363,6 @@ void BrowserTab::setErrorMessage(const QString &msg) void BrowserTab::pushToHistory(const QUrl &url) { - qDebug() << "push to history" << this->current_history_index << url; this->current_history_index = this->history.pushUrl(this->current_history_index, url); this->updateUI(); } -- cgit v1.2.3