We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8960a33 commit 587ed97Copy full SHA for 587ed97
1 file changed
StarlightGUI/HomePage.xaml.cpp
@@ -484,10 +484,10 @@ namespace winrt::StarlightGUI::implementation
484
}
485
else {
486
gpu_time = GetValueFromCounterArray(counter_gpu_time);
487
- GpuMem().TexL"NaN";
488
- GpuTemp().TexL"NaN";
489
- GpuClockGraphics().TexL"NaN";
490
- GpuClockMem().TexL"NaN";
+ GpuMem().Text(L"NaN");
+ GpuTemp().Text(L"NaN");
+ GpuClockGraphics().Text(L"NaN");
+ GpuClockMem().Text(L"NaN");
491
492
GpuGauge().Value(gpu_time);
493
ss = std::wstringstream{};
0 commit comments