aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 9f7e187..216ccd6 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -707,7 +707,7 @@ void MainWindow::fullScreenRequested(QWebEngineFullScreenRequest request) {
}
void MainWindow::handleWebViewTitleChanged(QString title) {
- setWindowTitle(title);
+ setWindowTitle( QApplication::applicationName() +": "+ title);
if (notificationsTitleRegExp.exactMatch(title)) {
if (notificationsTitleRegExp.isEmpty() == false) {