From 27742143d60e80bc925439e44664cc23c472f433 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sun, 28 May 2017 12:46:11 +0200 Subject: Profiles dialog --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 79552d6..851ee9e 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -231,7 +231,7 @@ void MainWindow::handleUrlChanged() void MainWindow::handleTitleUpdated(const QString &title) { - setWindowTitle(sSettings->value("window.title").toString().replace("title", title).replace("profile", m_profile->storageName())); + setWindowTitle(sSettings->value("window.title").toString().replace("title", title).replace("profile", m_profile->name())); } void MainWindow::profileAction() -- cgit v1.2.1