From 29bf40eafd6983b6c660316385005f9b3f1c8bf0 Mon Sep 17 00:00:00 2001 From: Brandon Date: Wed, 9 Aug 2023 00:29:22 -0600 Subject: [PATCH] DetailsView: Added DuplicateHider extension selector to game details --- source/DefaultControls/Button.xaml | 1 - source/DerivedStyles/GridViewItemTemplate.xaml | 10 ++++++++-- source/Views/DetailsViewGameOverview.xaml | 9 ++++++++- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/source/DefaultControls/Button.xaml b/source/DefaultControls/Button.xaml index 46418ea..c5ef5f3 100644 --- a/source/DefaultControls/Button.xaml +++ b/source/DefaultControls/Button.xaml @@ -56,7 +56,6 @@ - diff --git a/source/DerivedStyles/GridViewItemTemplate.xaml b/source/DerivedStyles/GridViewItemTemplate.xaml index 26b0669..d0f6317 100644 --- a/source/DerivedStyles/GridViewItemTemplate.xaml +++ b/source/DerivedStyles/GridViewItemTemplate.xaml @@ -84,9 +84,9 @@ Tag="{DynamicResource GridViewEnableCoverShineAnimation}" /> - + + + + + diff --git a/source/Views/DetailsViewGameOverview.xaml b/source/Views/DetailsViewGameOverview.xaml index 7362864..7043e62 100644 --- a/source/Views/DetailsViewGameOverview.xaml +++ b/source/Views/DetailsViewGameOverview.xaml @@ -266,8 +266,15 @@ + + -