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 47e8020 commit f16b314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Constants.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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="ShowNavigationButtons">True</sys:Boolean>
<!--region end-->

Expand Down

0 comments on commit f16b314

Please sign in to comment.