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
679db34b
Commit
679db34b
authored
Jan 27, 2021
by
Kai Uwe Broulik
🍇
Browse files
[Notifications] Use "edit-select-all" icon for "Select All"
parent
4ce40941
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/notifications/package/contents/ui/EditContextMenu.qml
View file @
679db34b
...
...
@@ -71,6 +71,7 @@ PlasmaComponents.ContextMenu {
PlasmaComponents.MenuItem
{
id
:
selectAllAction
icon
:
"
edit-select-all
"
text
:
i18nd
(
"
plasma_applet_org.kde.plasma.notifications
"
,
"
Select All
"
)
onClicked
:
target
.
selectAll
()
visible
:
typeof
target
.
selectAll
===
"
function
"
...
...
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