Skip to content

Commit

Permalink
fix qml argument injection
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Aug 8, 2024
1 parent 3fa2cda commit 2a2958e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/controls2_515/osmin.qml
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ ApplicationWindow {
}

// On android catch the signal 'closing'
onClosing: {
onClosing: function(close) {
if (Android) {
close.accepted = false;
if (stackView.depth > 1) {
Expand Down

0 comments on commit 2a2958e

Please sign in to comment.