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
Discover
Commits
f86d58a4
Commit
f86d58a4
authored
Feb 22, 2021
by
Nate Graham
Browse files
Use more appropriate delete and download icons in compact app delegate
(cherry picked from commit
19ede20b
)
parent
7993cdf8
Changes
1
Hide whitespace changes
Inline
Side-by-side
discover/qml/InstallApplicationButton.qml
View file @
f86d58a4
...
...
@@ -23,7 +23,7 @@ ConditionalLoader
readonly
property
Kirigami.Action
action
:
Kirigami.Action
{
text
:
root
.
text
icon
{
name
:
application
.
isInstalled
?
"
trash-empty
"
:
"
cloud-
download
"
name
:
application
.
isInstalled
?
"
edit-delete
"
:
"
download
"
color
:
!
enabled
?
Kirigami
.
Theme
.
backgroundColor
:
!
listener
.
isActive
?
(
application
.
isInstalled
?
Kirigami
.
Theme
.
negativeTextColor
:
Kirigami
.
Theme
.
positiveTextColor
)
:
Kirigami
.
Theme
.
backgroundColor
}
enabled
:
!
listener
.
isActive
&&
application
.
state
!==
AbstractResource
.
Broken
...
...
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