Skip to content

Commit

Permalink
Improve guide blocking
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Nov 28, 2024
1 parent b0f710c commit 8db53e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/qml/QFieldGuide.qml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ Popup {

function blockGuide() {
allowedToShow = false;
if (opened) {
close();
}
}

function runTour() {
Expand Down

0 comments on commit 8db53e2

Please sign in to comment.