Skip to content

Commit

Permalink
Fix rebase gone wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jan 12, 2025
1 parent 0dd6214 commit 5545ccf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/qml/qgismobileapp.qml
Original file line number Diff line number Diff line change
Expand Up @@ -3904,6 +3904,11 @@ ApplicationWindow {
qfieldCloudScreen.visible = true;
}

onShowSettings: {
qfieldSettings.reset();
qfieldSettings.visible = true;
}

Component.onCompleted: focusstack.addFocusTaker(this)
}

Expand Down Expand Up @@ -3951,11 +3956,6 @@ ApplicationWindow {
visible = false;
}

onShowSettings: {
qfieldSettings.reset();
qfieldSettings.visible = true;
}

Component.onCompleted: focusstack.addFocusTaker(this)
}

Expand Down

0 comments on commit 5545ccf

Please sign in to comment.