[plasma/kwin] src: layershellv1window: fix critical notification layer shell scope
Li Kai <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 42d0cd3f68664513a02a067c2c3f55d7e28c06b7 by Li Kai.
Committed on 21/07/2026 at 10:00.
Pushed by zamundaaa into branch 'master'.
layershellv1window: fix critical notification layer shell scope
M +1 -1 src/layershellv1window.cpp
https://invent.kde.org/plasma/kwin/-/commit/42d0cd3f68664513a02a067c2c3f55d7e28c06b7
diff --git a/src/layershellv1window.cpp b/src/layershellv1window.cpp
index a98889b9eaa..d5b2c3d2673 100644
--- a/src/layershellv1window.cpp
+++ b/src/layershellv1window.cpp
@@ -24,7 +24,7 @@ static WindowType scopeToType(const QString &scope)
static const QHash<QString, WindowType> scopeToType{
{QStringLiteral("desktop"), WindowType::Desktop},
{QStringLiteral("dock"), WindowType::Dock},
- {QStringLiteral("crititical-notification"), WindowType::CriticalNotification},
+ {QStringLiteral("critical-notification"), WindowType::CriticalNotification},
{QStringLiteral("notification"), WindowType::Notification},
{QStringLiteral("tooltip"), WindowType::Tooltip},
{QStringLiteral("on-screen-display"), WindowType::OnScreenDisplay},