mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Button to download Color Profiles
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user