Skip to content

Commit

Permalink
Ensured RequestedTheme is Light
Browse files Browse the repository at this point in the history
  • Loading branch information
emako committed Aug 28, 2023
1 parent 2e892fc commit 31f851d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GenshinFishingToy/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<ResourceDictionary Source="/Resources/Languages/zh-cn.xaml"/>
<ResourceDictionary Source="/Resources/Languages/jp.xaml"/>
<ResourceDictionary Source="/Resources/Languages/en-us.xaml"/>
<ui:ThemeResources/>
<ui:ThemeResources RequestedTheme="Light"/>
<ui:XamlControlsResources/>
<ui:ResourceDictionaryEx/>
<ui:ColorPaletteResources/>
<ui:ColorPaletteResources TargetTheme="Light"/>
<ui:IntellisenseResources/>
</ResourceDictionary.MergedDictionaries>
<v:AddConverter x:Key="AddConverter"/>
Expand Down

0 comments on commit 31f851d

Please sign in to comment.