Skip to content
GitLab
Menu
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
38e5d480
Commit
38e5d480
authored
May 05, 2021
by
Nate Graham
Committed by
Janet Blackquill
May 06, 2021
Browse files
[applets/notifications] Use clearer text for clear action
parent
6aaaffc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/notifications/package/contents/ui/main.qml
View file @
38e5d480
...
...
@@ -172,7 +172,7 @@ Item {
Component.onCompleted
:
{
Globals
.
adopt
(
plasmoid
);
plasmoid
.
setAction
(
"
clearHistory
"
,
i18n
(
"
Clear
History
"
),
"
edit-clear-history
"
);
plasmoid
.
setAction
(
"
clearHistory
"
,
i18n
(
"
Clear
All Notifications
"
),
"
edit-clear-history
"
);
var
clearAction
=
plasmoid
.
action
(
"
clearHistory
"
);
clearAction
.
visible
=
Qt
.
binding
(
function
()
{
return
historyModel
.
expiredNotificationsCount
>
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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