diff options
author | 2022-02-28 18:25:49 +0530 | |
---|---|---|
committer | 2022-02-28 18:25:49 +0530 | |
commit | ed88d77268967fd3f4db9106a37739cc2937cf04 (patch) | |
tree | a32a2fbe858b7a625cfd23ba78b733277319f435 /src/mainwindow.cpp | |
parent | 9867a6b6279229d53fe59854a511c9eea9888427 (diff) | |
download | whatsie-ed88d77268967fd3f4db9106a37739cc2937cf04.tar.gz whatsie-ed88d77268967fd3f4db9106a37739cc2937cf04.zip |
version 3.0
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 2 |
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) { |