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
PIM
Itinerary
Commits
52bb094f
Commit
52bb094f
authored
Dec 19, 2021
by
Yuri Chornoivan
Browse files
Icon name should not be translated
parent
ca3662df
Pipeline
#111990
passed with stage
in 1 minute and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/app/TimelinePage.qml
View file @
52bb094f
...
...
@@ -33,7 +33,7 @@ Kirigami.ScrollablePage {
},
Kirigami.Action
{
text
:
i18n
(
"
Add train trip...
"
)
iconName
:
i18n
(
"
list-add-symbolic
"
)
iconName
:
"
list-add-symbolic
"
visible
:
Settings
.
developmentMode
onTriggered
:
applicationWindow
().
pageStack
.
push
(
Qt
.
resolvedUrl
(
"
JourneyRequestPage.qml
"
),
{
publicTransportManager
:
LiveDataManager
.
publicTransportManager
})
}
...
...
Write
Preview
Markdown
is supported
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