Button to download Color Profiles

This commit is contained in:
Serge
2024-03-10 17:04:44 +01:00
parent b1f6754dae
commit 8ec97da829
8 changed files with 662 additions and 49 deletions

View File

@@ -45,7 +45,7 @@ namespace GHelper.Display
brightnessTimer.Elapsed += BrightnessTimerTimer_Elapsed;
}
private static string GetGameVisualPath()
public static string GetGameVisualPath()
{
return Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData) + "\\ASUS\\GameVisual";
}
@@ -57,7 +57,7 @@ namespace GHelper.Display
string gameVisualPath = GetGameVisualPath();
if (!Directory.Exists(gameVisualPath))
{
Logger.WriteLine(gameVisualPath + "doesn't exit");
Logger.WriteLine(gameVisualPath + " doesn't exit");
return _modes;
}