Use server response for message

This commit is contained in:
2025-08-24 21:58:10 -07:00
parent 9817635376
commit 1c3096a4cd
2 changed files with 2 additions and 2 deletions

View File

@@ -5011,7 +5011,7 @@ RectTransform:
m_AnchorMin: {x: 0, y: 0.5}
m_AnchorMax: {x: 1, y: 0.5}
m_AnchoredPosition: {x: 0, y: -218.75}
m_SizeDelta: {x: 0, y: 62.5}
m_SizeDelta: {x: -20, y: 62.5}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &1732844198
MonoBehaviour:

View File

@@ -144,7 +144,7 @@ public class IconMarketplaceUploadIcon : MonoBehaviour
if ((bool)jsonResponse["success"])
{
Reset();
Tools.UpdateStatusText(statusText, "Icon uploaded successfully!", Color.green);
Tools.UpdateStatusText(statusText, (string)jsonResponse["message"], Color.green);
}
else
{