mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 15:13:41 +02:00
Don't show purchases tutorial if user clicks what is rez
This commit is contained in:
parent
1b7b35fe91
commit
dc1b3aef8f
1 changed files with 1 additions and 0 deletions
|
@ -252,6 +252,7 @@ Rectangle {
|
|||
switch (message.method) {
|
||||
case 'tutorial_skipClicked':
|
||||
case 'tutorial_finished':
|
||||
Settings.setValue("isFirstUseOfPurchases", false);
|
||||
root.activeView = "checkoutSuccess";
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue