File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 22
22
<attribute id =" Tags" type =" LSString" value =" " />
23
23
<attribute id =" Type" type =" FixedString" value =" Add-on" />
24
24
<attribute id =" UUID" type =" FixedString" value =" 00000000-0000-0000-0000-ImprovedUI12" />
25
- <attribute id =" Version" type =" int64" value =" 110197453382221824 " />
25
+ <attribute id =" Version" type =" int64" value =" 110197455529705472 " />
26
26
<children >
27
27
<node id =" PublishVersion" >
28
- <attribute id =" Version" type =" int64" value =" 110197453382221824 " />
28
+ <attribute id =" Version" type =" int64" value =" 110197455529705472 " />
29
29
</node >
30
30
<node id =" Scripts" />
31
31
<node id =" TargetModes" >
Original file line number Diff line number Diff line change 3612
3612
<ListBox x : Name =" classCarousel" Template =" {StaticResource AnimatedIconCarouselTemplate}" ItemsSource =" {Binding SelectableClasses}" SelectedItem =" {Binding SelectedClass}" >
3613
3613
<ListBox .ItemTemplate>
3614
3614
<DataTemplate >
3615
- <Image x : Name =" classIcon" Style =" {StaticResource ClassIconStyle}" Stretch =" None" Opacity =" 1" />
3615
+ <!-- MOD START - Use main class instead of subclass icon -->
3616
+ <Image x : Name =" classIcon" Style =" {StaticResource MainClassIconStyle}" Stretch =" None" Opacity =" 1" />
3617
+ <!-- MOD END -->
3616
3618
3617
3619
<DataTemplate .Triggers>
3618
3620
<DataTrigger Binding =" {Binding IsSelected, RelativeSource={RelativeSource AncestorType={x:Type ListBoxItem}}}" Value =" False" >
You can’t perform that action at this time.
0 commit comments