We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cce9e5 commit 2cb0b87Copy full SHA for 2cb0b87
Desktop/Desktop.csproj
@@ -28,6 +28,7 @@
28
29
<ItemGroup>
30
<TrimmerRootAssembly Include="StardewValleyManager" />
31
+ <TrimmerRootAssembly Include="Octokit" />
32
</ItemGroup>
33
34
StardewValleyManager/App.axaml
@@ -11,6 +11,6 @@
11
</Application.DataTemplates>
12
13
<Application.Styles>
14
- <sty:FluentAvaloniaTheme />
+ <sty:FluentAvaloniaTheme PreferSystemTheme="True" PreferUserAccentColor="True" />
15
</Application.Styles>
16
</Application>
0 commit comments