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
0a66e92c
Commit
0a66e92c
authored
Nov 11, 2020
by
Nate Graham
Browse files
[lock screen] Add necessary args to functions in Connections
parent
7f19b349
Changes
1
Hide whitespace changes
Inline
Side-by-side
lookandfeel/contents/lockscreen/LockScreenUi.qml
View file @
0a66e92c
...
...
@@ -49,10 +49,10 @@ PlasmaCore.ColorScope {
root
.
clearPassword
();
}
}
function
onMessage
()
{
function
onMessage
(
msg
)
{
root
.
notification
=
msg
;
}
function
onError
()
{
function
onError
(
err
)
{
root
.
notification
=
err
;
}
}
...
...
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