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 a6f50b3 commit 7448bc3
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 @@ -3905,6 +3905,11 @@ ApplicationWindow {
qfieldCloudScreen.visible = true;
}

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

Component.onCompleted: focusstack.addFocusTaker(this)
}

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

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

Component.onCompleted: focusstack.addFocusTaker(this)
}

Expand Down

0 comments on commit 7448bc3

Please sign in to comment.