3
0
Fork 0
mirror of https://github.com/JulianGro/overte.git synced 2025-04-29 21:23:05 +02:00

Prepend "root" to "currentUpdatesPage"

This commit is contained in:
Zach Fox 2018-11-06 16:10:49 -08:00 committed by GitHub
parent f22bbff505
commit 8776028259
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -162,7 +162,7 @@ Rectangle {
root.availableUpdatesReceived = true;
refreshBuyUI();
} else {
currentUpdatesPage++;
root.currentUpdatesPage++;
Commerce.getAvailableUpdates(root.itemId, currentUpdatesPage)
}
}