File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1- using Microsoft . Extensions . DependencyInjection ;
2- using Microsoft . Extensions . Hosting ;
1+ using Fischless . Configuration ;
2+ using Fischless . Logger ;
33using Fischless . Relauncher . Core . Relaunchs ;
44using Fischless . Relauncher . Extensions ;
55using Fischless . Relauncher . Views ;
6+ using Microsoft . Extensions . DependencyInjection ;
7+ using Microsoft . Extensions . Hosting ;
68using System . Diagnostics ;
79using System . IO ;
810using System . Windows ;
9- using Fischless . Configuration ;
10- using Fischless . Logger ;
11+ using Wpf . Ui . Appearance ;
12+ using Wpf . Ui . Violeta . Appearance ;
1113
1214namespace Fischless . Relauncher ;
1315
@@ -51,6 +53,7 @@ protected override async void OnStartup(StartupEventArgs e)
5153
5254 try
5355 {
56+ SystemMenuThemeManager . Apply ( SystemMenuTheme . Dark ) ;
5457 await _host . StartAsync ( ) ;
5558 GetService < MainWindow > ( ) ? . Show ( ) ;
5659 Log . Information ( "Welcome to reLauncher." ) ;
You can’t perform that action at this time.
0 commit comments