mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 10:43:45 +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) {
|
switch (message.method) {
|
||||||
case 'tutorial_skipClicked':
|
case 'tutorial_skipClicked':
|
||||||
case 'tutorial_finished':
|
case 'tutorial_finished':
|
||||||
|
Settings.setValue("isFirstUseOfPurchases", false);
|
||||||
root.activeView = "checkoutSuccess";
|
root.activeView = "checkoutSuccess";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue