Skip to content

Commit 2cb0b87

Browse files
committed
Cleanup - excluded octokit trimming and set app accent to system color
1 parent 4cce9e5 commit 2cb0b87

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Desktop/Desktop.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
<ItemGroup>
3030
<TrimmerRootAssembly Include="StardewValleyManager" />
31+
<TrimmerRootAssembly Include="Octokit" />
3132
</ItemGroup>
3233

3334
<ItemGroup>

StardewValleyManager/App.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
</Application.DataTemplates>
1212

1313
<Application.Styles>
14-
<sty:FluentAvaloniaTheme />
14+
<sty:FluentAvaloniaTheme PreferSystemTheme="True" PreferUserAccentColor="True" />
1515
</Application.Styles>
1616
</Application>

0 commit comments

Comments
 (0)