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
71664080
Commit
71664080
authored
Oct 02, 2020
by
Aleix Pol Gonzalez
🐧
Browse files
Actions don't have LayoutMirroring
parent
22b87583
Changes
1
Hide whitespace changes
Inline
Side-by-side
discover/qml/SourcesPage.qml
View file @
71664080
...
...
@@ -156,6 +156,7 @@ DiscoverPage {
}
delegate
:
Kirigami.SwipeListItem
{
id
:
delegate
enabled
:
model
.
display
.
length
>
0
&&
model
.
enabled
highlighted
:
ListView
.
isCurrentItem
supportsMouseEvents
:
false
...
...
@@ -198,7 +199,7 @@ DiscoverPage {
}
},
Kirigami.Action
{
iconName
:
LayoutMirroring
.
enabled
?
"
go-next-symbolic-rtl
"
:
"
go-next-symbolic
"
iconName
:
delegate
.
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