mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 06:32:35 +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;
|
||||
refreshBuyUI();
|
||||
} else {
|
||||
currentUpdatesPage++;
|
||||
root.currentUpdatesPage++;
|
||||
Commerce.getAvailableUpdates(root.itemId, currentUpdatesPage)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue