UI Tweaks

This commit is contained in:
Serge
2023-07-11 00:02:11 +02:00
parent dec26ca85b
commit 36e8e91b16
15 changed files with 783 additions and 468 deletions

View File

@@ -2,8 +2,8 @@
public static class Logger
{
static string appPath = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + "\\GHelper";
static string logFile = appPath + "\\log.txt";
public static string appPath = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + "\\GHelper";
public static string logFile = appPath + "\\log.txt";
public static void WriteLine(string logMessage)
{