mirror of
https://github.com/n00mkrad/flowframes.git
synced 2026-09-01 19:51:28 +02:00
Don't show NVApi message
This commit is contained in:
@@ -31,7 +31,7 @@ namespace Flowframes.Os
|
||||
|
||||
string gpuNamesList = string.Join(", ", gpuNames);
|
||||
|
||||
Logger.Log($"Initialized Nvidia API. GPU{(gpus.Length > 1 ? "s" : "")}: {gpuNamesList}");
|
||||
Logger.Log($"Initialized Nvidia API. GPU{(gpus.Length > 1 ? "s" : "")}: {gpuNamesList}", true);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user