Skip to content

Commit 336184d

Browse files
committed
Cleanup
1 parent 64425c1 commit 336184d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Genshin Stella Mod/Scripts/Log.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System;
2-
using System.IO;
32

43
namespace GenshinStellaMod.Scripts
54
{

Genshin Stella Mod/packages.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
23
<packages>
34
<package id="Microsoft.Win32.Registry" version="4.7.0" targetFramework="net481" />
45
<package id="NAudio" version="2.2.1" targetFramework="net481" />

Stella Mod Launcher/Program.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,16 @@ internal static class Program
6060
// Registry
6161
public static readonly string RegistryPath = @"Software\Stella Mod Launcher";
6262

63+
// Logger
64+
public static Logger Logger = LogManager.GetCurrentClassLogger();
65+
6366
// public static void DisposeHttpClient()
6467
// {
6568
// if (WbClient.IsValueCreated) WbClient.Value.Dispose();
6669
// }
6770

6871
public static HttpClient SefinWebClient => WbClient.Value;
6972

70-
// Logger
71-
public static Logger Logger = LogManager.GetCurrentClassLogger();
72-
7373
[DllImport("user32.dll")]
7474
private static extern bool SetProcessDpiAwarenessContext(IntPtr dpiContext);
7575

0 commit comments

Comments
 (0)