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
16d6981b
Commit
16d6981b
authored
Jan 15, 2022
by
Volker Krause
Browse files
Remember the last selected health certificate
parent
b78710f2
Pipeline
#123862
passed with stage
in 3 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/app/HealthCertificatePage.qml
View file @
16d6981b
...
...
@@ -97,6 +97,8 @@ Kirigami.Page {
certSelector
.
currentIndex
=
index
;
}
}
onCurrentIndexChanged
:
Settings
.
write
(
"
HealthCertificatePage/currentCertificateIndex
"
,
currentIndex
)
currentIndex
:
Settings
.
read
(
"
HealthCertificatePage/currentCertificateIndex
"
,
0
)
}
Kirigami.Separator
{
Layout.fillWidth
:
true
...
...
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