Skip to content

Commit

Permalink
Change the default value in some theme options
Browse files Browse the repository at this point in the history
  • Loading branch information
darklinkpower committed Sep 21, 2024
1 parent 734398b commit 9a7fa5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Constants.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<sys:Boolean x:Key="GridViewDisplayGameNameIfLogoVisible">True</sys:Boolean>
<Visibility x:Key="DetailsViewDetailsIconsVisibility">Visible</Visibility>
<Visibility x:Key="GridViewDetailsIconsVisibility">Visible</Visibility>
<Visibility x:Key="GridViewCoverSubtitleVisibility">Visible</Visibility>
<Visibility x:Key="GridViewCoverSubtitleVisibility">Collapsed</Visibility>
<Visibility x:Key="GridViewCoverCompStatusSubtitleVisibility">Collapsed</Visibility>
<sys:Boolean x:Key="DetailsViewAllowUseOfLogos">true</sys:Boolean>
<sys:Boolean x:Key="GridViewAllowUseOfLogos">true</sys:Boolean>
Expand Down Expand Up @@ -39,7 +39,7 @@
<sys:Int32 x:Key="GridViewSectionOrderCheckDlc">11</sys:Int32>
<sys:Int32 x:Key="GridViewSectionOrderGameRelations">12</sys:Int32>
<sys:Int32 x:Key="GridViewSectionOrderSteamScreenshots">13</sys:Int32>
<sys:Boolean x:Key="GridViewCoverZoomOnHover">True</sys:Boolean>
<sys:Boolean x:Key="GridViewCoverZoomOnHover">False</sys:Boolean>
<sys:Boolean x:Key="SidebarUseTransparentBackground">False</sys:Boolean>
<sys:Boolean x:Key="ShowNavigationButtons">True</sys:Boolean>
<!--region end-->
Expand Down

0 comments on commit 9a7fa5d

Please sign in to comment.