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
c11a79a3
Commit
c11a79a3
authored
Nov 03, 2021
by
Volker Krause
Browse files
Pre-select the right favorite location on the transfer page
No idea why this was commented out.
parent
f1d2f049
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/TransferPage.qml
View file @
c11a79a3
...
...
@@ -72,7 +72,7 @@ Kirigami.ScrollablePage {
Component.onCompleted
:
{
if
(
transfer
.
floatingLocationType
==
Transfer
.
FavoriteLocation
)
{
//
favLocCombo.currentIndex = favLocCombo.find(transfer.alignment == Transfer.Before ? transfer.fromName : transfer.toName);
favLocCombo
.
currentIndex
=
favLocCombo
.
find
(
transfer
.
alignment
==
Transfer
.
Before
?
transfer
.
fromName
:
transfer
.
toName
);
}
queryJourney
();
}
...
...
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