Skip to content

Commit

Permalink
Fixed: Video tab in Details View when SuccessStory extension is insta…
Browse files Browse the repository at this point in the history
…lled and does not have available achievements
  • Loading branch information
darklinkpower committed May 31, 2024
1 parent 848fa90 commit 10bf4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Views/DetailsViewGameOverview.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@
<ContentControl x:Name="VNDBNexus_VndbVisualNovelViewControl" Margin="0,16,0,0" FontWeight="Normal"/>
</TabItem>

<TabItem Visibility="{PluginSettings Plugin=SuccessStory, Path=HasData, FallbackValue=Collapsed, Converter={StaticResource BooleanToVisibilityConverter}}">
<TabItem>
<TabItem.Header>
<TextBlock Text="{DynamicResource LOCExtra_Metadata_Loader_VideoLabel}" Style="{DynamicResource DetailsViewTabHeaderStyle}" />
</TabItem.Header>
Expand Down

0 comments on commit 10bf4df

Please sign in to comment.