mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-17 10:41:42 +02:00
Provides a nice alert in case of insufficient funds to make a purchase
This commit is contained in:
parent
813c4fa38a
commit
4ce784291c
1 changed files with 1 additions and 1 deletions
|
@ -905,7 +905,7 @@ Rectangle {
|
|||
}
|
||||
buyTextContainer.color = "#FFC3CD";
|
||||
buyTextContainer.border.color = "#F3808F";
|
||||
buyGlyph.text = hifi.glyphs.error;
|
||||
buyGlyph.text = hifi.glyphs.alert;
|
||||
buyGlyph.size = 54;
|
||||
} else {
|
||||
if (root.alreadyOwned) {
|
||||
|
|
Loading…
Reference in a new issue