diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -296,11 +296,7 @@ !userTitle.isEmpty() ? caption = userTitle : caption = QStringLiteral(" "); } - if (KonsoleSettings::showAppNameOnTitleBar()) { - setCaption(caption); - } else { - setPlainCaption(caption); - } + setCaption(caption); } void MainWindow::updateWindowIcon() diff --git a/src/settings/GeneralSettings.ui b/src/settings/GeneralSettings.ui --- a/src/settings/GeneralSettings.ui +++ b/src/settings/GeneralSettings.ui @@ -112,19 +112,6 @@ - - - - - 0 - 0 - - - - Show application name on the titlebar - - - diff --git a/src/settings/konsole.kcfg b/src/settings/konsole.kcfg --- a/src/settings/konsole.kcfg +++ b/src/settings/konsole.kcfg @@ -15,11 +15,6 @@ Show window title set by escape sequence on the titlebar false - - - Show "- Konsole" on the titlebar - true - Allow users to access top menu through Alt+Key combination