backends/wayland: Fix window title
This commit is contained in:
parent
9d916fa60d
commit
29946be29f
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ void XdgShellOutput::updateWindowTitle()
|
||||||
}
|
}
|
||||||
|
|
||||||
QString title = i18nc("Title of nested KWin Wayland with Wayland socket identifier as argument",
|
QString title = i18nc("Title of nested KWin Wayland with Wayland socket identifier as argument",
|
||||||
"KDE Wayland Compositor #%1 (%2) %3", m_number, waylandServer()->socketName());
|
"KDE Wayland Compositor #%1 (%2)", m_number, waylandServer()->socketName());
|
||||||
|
|
||||||
if (!isEnabled()) {
|
if (!isEnabled()) {
|
||||||
title += i18n("- Output disabled");
|
title += i18n("- Output disabled");
|
||||||
|
|
Loading…
Reference in a new issue