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
Discover
Commits
e48cc86a
Commit
e48cc86a
authored
Jul 06, 2021
by
Aleix Pol Gonzalez
🐧
Browse files
ApplicationDelegate: Show which repository an app is coming from
BUG: 438416
parent
6bb3f693
Changes
1
Hide whitespace changes
Inline
Side-by-side
discover/qml/ApplicationDelegate.qml
View file @
e48cc86a
...
...
@@ -138,7 +138,7 @@ Kirigami.AbstractCard
id
:
sourceIconHover
}
ToolTip.text
:
application
.
backend
.
displayName
ToolTip.text
:
application
.
backend
.
displayName
===
application
.
origin
||
!
application
.
origin
?
application
.
backend
.
displayName
:
i18nc
(
"
system (repository name)
"
,
"
%1 (%2)
"
,
application
.
backend
.
displayName
,
application
.
origin
)
ToolTip.visible
:
sourceIconHover
.
hovered
&&
soup
.
visible
ToolTip.delay
:
Kirigami
.
Units
.
toolTipDelay
...
...
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