Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Workspace
Commits
ce8b46ec
Commit
ce8b46ec
authored
May 12, 2022
by
David Edmundson
Browse files
Fix typo in notifications binding
Inroduced in
f5d9e5d5
parent
1106ca28
Pipeline
#175349
passed with stage
in 8 minutes and 59 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
lookandfeel/contents/lockscreen/LockScreenUi.qml
View file @
ce8b46ec
...
...
@@ -281,8 +281,8 @@ PlasmaCore.ColorScope {
if
(
keystateSource
.
data
[
"
Caps Lock
"
][
"
Locked
"
])
{
parts
.
push
(
i18nd
(
"
plasma_lookandfeel_org.kde.lookandfeel
"
,
"
Caps Lock is on
"
));
}
if
(
root
.
notification
Message
)
{
parts
.
push
(
root
.
notification
Message
);
if
(
root
.
notification
)
{
parts
.
push
(
root
.
notification
);
}
return
parts
.
join
(
"
•
"
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment