mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 18:41:10 +02:00
I have no idea how this happened
This commit is contained in:
parent
f407042f3e
commit
116edcc224
1 changed files with 1 additions and 2 deletions
|
@ -39,8 +39,7 @@ Rectangle {
|
||||||
property int numUpdatesAvailable: 0;
|
property int numUpdatesAvailable: 0;
|
||||||
// Style
|
// Style
|
||||||
color: hifi.colors.white;
|
color: hifi.colors.white;
|
||||||
function
|
function getPurchases() {
|
||||||
() {
|
|
||||||
root.activeView = "purchasesMain";
|
root.activeView = "purchasesMain";
|
||||||
root.installedApps = Commerce.getInstalledApps();
|
root.installedApps = Commerce.getInstalledApps();
|
||||||
purchasesModel.getFirstPage();
|
purchasesModel.getFirstPage();
|
||||||
|
|
Loading…
Reference in a new issue