mirror of
https://github.com/JulianGro/overte.git
synced 2025-05-06 16:09:02 +02:00
Prepend "root" to "currentUpdatesPage"
This commit is contained in:
parent
f22bbff505
commit
8776028259
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ Rectangle {
|
||||||
root.availableUpdatesReceived = true;
|
root.availableUpdatesReceived = true;
|
||||||
refreshBuyUI();
|
refreshBuyUI();
|
||||||
} else {
|
} else {
|
||||||
currentUpdatesPage++;
|
root.currentUpdatesPage++;
|
||||||
Commerce.getAvailableUpdates(root.itemId, currentUpdatesPage)
|
Commerce.getAvailableUpdates(root.itemId, currentUpdatesPage)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue