Don't show purchases tutorial if user clicks what is rez

This commit is contained in:
Zach Fox 2017-10-18 16:25:06 -07:00
parent 1b7b35fe91
commit dc1b3aef8f

View file

@ -252,6 +252,7 @@ Rectangle {
switch (message.method) {
case 'tutorial_skipClicked':
case 'tutorial_finished':
Settings.setValue("isFirstUseOfPurchases", false);
root.activeView = "checkoutSuccess";
break;
}