mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 04:53:28 +02:00
Quick polish fix to prevent UI flashing
This commit is contained in:
parent
dff7804cdc
commit
f407042f3e
1 changed files with 3 additions and 1 deletions
|
@ -39,7 +39,8 @@ Rectangle {
|
|||
property int numUpdatesAvailable: 0;
|
||||
// Style
|
||||
color: hifi.colors.white;
|
||||
function getPurchases() {
|
||||
function
|
||||
() {
|
||||
root.activeView = "purchasesMain";
|
||||
root.installedApps = Commerce.getInstalledApps();
|
||||
purchasesModel.getFirstPage();
|
||||
|
@ -669,6 +670,7 @@ Rectangle {
|
|||
lightboxPopup.titleText = '"' + msg.itemName + '" Sent to Trash';
|
||||
lightboxPopup.button1text = "OK";
|
||||
lightboxPopup.button1method = function() {
|
||||
root.purchasesReceived = false;
|
||||
lightboxPopup.visible = false;
|
||||
getPurchases();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue