Support list/dictionary bracket access

This commit is contained in:
Yoshi Askharoun
2025-07-28 19:51:25 -05:00
parent a0f6f1f66e
commit fb3b331255
2 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -846,7 +846,7 @@
goto UIB_0097;
source = QuickplayFrameBackground.Value;
goto UIB_00AA;
source = (zuneUI:NamedStringOption)FrameBackgrounds.get_Item(DefaultBackgroundIndex).Value;
source = (zuneUI:NamedStringOption)FrameBackgrounds[DefaultBackgroundIndex].Value;
return source;
}</Script>
</Scripts>