Commit 07a1ab2 1 parent 83096e0 commit 07a1ab2 Copy full SHA for 07a1ab2
File tree 1 file changed +3
-1
lines changed
ImprovedUI/Public/Game/GUI/Library
1 file changed +3
-1
lines changed 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