File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
using System ;
2
- using System . IO ;
3
2
4
3
namespace GenshinStellaMod . Scripts
5
4
{
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
+
2
3
<packages >
3
4
<package id =" Microsoft.Win32.Registry" version =" 4.7.0" targetFramework =" net481" />
4
5
<package id =" NAudio" version =" 2.2.1" targetFramework =" net481" />
Original file line number Diff line number Diff line change @@ -60,16 +60,16 @@ internal static class Program
60
60
// Registry
61
61
public static readonly string RegistryPath = @"Software\Stella Mod Launcher" ;
62
62
63
+ // Logger
64
+ public static Logger Logger = LogManager . GetCurrentClassLogger ( ) ;
65
+
63
66
// public static void DisposeHttpClient()
64
67
// {
65
68
// if (WbClient.IsValueCreated) WbClient.Value.Dispose();
66
69
// }
67
70
68
71
public static HttpClient SefinWebClient => WbClient . Value ;
69
72
70
- // Logger
71
- public static Logger Logger = LogManager . GetCurrentClassLogger ( ) ;
72
-
73
73
[ DllImport ( "user32.dll" ) ]
74
74
private static extern bool SetProcessDpiAwarenessContext ( IntPtr dpiContext ) ;
75
75
You can’t perform that action at this time.
0 commit comments