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
76b562c6
Commit
76b562c6
authored
Sep 23, 2020
by
Nate Graham
Browse files
Use a more appropriate icon for going into a source
Fixes
#6
parent
554aff39
Changes
1
Hide whitespace changes
Inline
Side-by-side
discover/qml/SourcesPage.qml
View file @
76b562c6
...
...
@@ -198,7 +198,7 @@ DiscoverPage {
}
},
Kirigami.Action
{
iconName
:
"
view-filter
"
iconName
:
LayoutMirroring
.
enabled
?
"
go-next-symbolic-rtl
"
:
"
go-next-symbolic
"
tooltip
:
i18n
(
"
Show contents
"
)
visible
:
sourcesBackend
.
canFilterSources
onTriggered
:
{
...
...
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