mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
Support list/dictionary bracket access
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user