[idd] helper: update icon tip to reflect GPU state

This commit is contained in:
Quantum
2026-06-03 22:29:33 -04:00
committed by Geoffrey McRae
parent 140de3199b
commit 2317801411
3 changed files with 29 additions and 16 deletions

View File

@@ -308,6 +308,5 @@ void CPipeClient::HandleSetDisplayMode(const LGPipeMsg& msg)
void CPipeClient::HandleGPUStatus(const LGPipeMsg& msg)
{
if (msg.gpuStatus.software)
CNotifyWindow::instance().noGPUNotification();
CNotifyWindow::instance().setGPU(!msg.gpuStatus.software);
}