Skip to content

Commit

Permalink
GPU status phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
BartoszCichecki committed Jun 28, 2022
1 parent e03414e commit 1cc1c3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ private void GpuController_Refreshed(object? sender, GPUController.RefreshedEven
{
try
{
processes += $"\n{p.ProcessName}";
processes += $"\n · {p.ProcessName}";
}
catch { }
}
Expand Down

0 comments on commit 1cc1c3e

Please sign in to comment.