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
Education
GCompris
Commits
ec816d50
Commit
ec816d50
authored
Jan 16, 2022
by
Johnny Jazeix
Browse files
menu, fix error when entering the configuration panel
parent
5129c17e
Pipeline
#124374
passed with stage
in 2 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/activities/menu/ConfigurationItem.qml
View file @
ec816d50
...
@@ -303,7 +303,7 @@ Item {
...
@@ -303,7 +303,7 @@ Item {
id
:
exitConfirmationBox
id
:
exitConfirmationBox
checked
:
exitConfirmation
checked
:
exitConfirmation
text
:
qsTr
(
"
Ask for confirmation to exit
"
)
text
:
qsTr
(
"
Ask for confirmation to exit
"
)
visible
:
GCompris
.
ApplicationInfo
.
isMobile
?
false
:
true
visible
:
ApplicationInfo
.
isMobile
?
false
:
true
onCheckedChanged
:
{
onCheckedChanged
:
{
exitConfirmation
=
checked
;
exitConfirmation
=
checked
;
}
}
...
...
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