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
845ff09f
Commit
845ff09f
authored
Dec 01, 2020
by
Marco Martin
Browse files
actual process hints
otherwise the notification model won't be able to display anything that was sent by an hint
parent
61f7b14e
Changes
1
Hide whitespace changes
Inline
Side-by-side
libnotificationmanager/watchednotificationsmodel.cpp
View file @
845ff09f
...
...
@@ -104,6 +104,8 @@ void WatchedNotificationsModel::Private::Notify(uint id, const QString &app_name
notification
.
setTimeout
(
timeout
);
notification
.
setHints
(
hints
);
notification
.
setIcon
(
app_icon
);
notification
.
processHints
(
hints
);
if
(
wasReplaced
)
{
q
->
onNotificationReplaced
(
replaces_id
,
notification
);
}
else
{
...
...
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