UI tweaks

This commit is contained in:
Serge
2023-05-23 20:49:56 +02:00
parent 444fdcdd97
commit f395c706f6
7 changed files with 31 additions and 24 deletions

View File

@@ -182,7 +182,7 @@ public class NvidiaGpuControl : IGpuControl
}
catch (Exception ex)
{
Logger.WriteLine(ex.Message);
Debug.WriteLine(ex.Message);
return null;
}
}