aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorLibravatar Keshav Bhatt <keshavnrj@gmail.com>2022-02-28 18:25:49 +0530
committerLibravatar Keshav Bhatt <keshavnrj@gmail.com>2022-02-28 18:25:49 +0530
commited88d77268967fd3f4db9106a37739cc2937cf04 (patch)
treea32a2fbe858b7a625cfd23ba78b733277319f435 /src/mainwindow.cpp
parent9867a6b6279229d53fe59854a511c9eea9888427 (diff)
downloadwhatsie-ed88d77268967fd3f4db9106a37739cc2937cf04.tar.gz
whatsie-ed88d77268967fd3f4db9106a37739cc2937cf04.zip
version 3.0
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) {