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
PIM
Kalendar
Commits
7d16da26
Commit
7d16da26
authored
Oct 06, 2022
by
Carl Schwan
🚴
Browse files
Fix calling wrong method to close dialog
Signed-off-by:
Carl Schwan
<
carl@carlschwan.eu
>
parent
ceab29b2
Pipeline
#242734
failed with stage
in 3 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/quick/qml/AgentConfigurationForm.qml
View file @
7d16da26
...
...
@@ -139,7 +139,7 @@ MobileForm.FormCard {
enabled
:
root
.
_configuration
.
availableAgents
.
flags
(
root
.
_configuration
.
availableAgents
.
index
(
index
,
0
))
&
Qt
.
ItemIsEnabled
onClicked
:
{
root
.
_configuration
.
createNew
(
index
);
overlay
.
close
();
overlay
.
close
Dialog
();
overlay
.
destroy
();
}
}
...
...
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