mirror of https://github.com/BOINC/boinc.git
MGR: Fix bug which changed Network Activity Selection when user set GPU Activity mode
This commit is contained in:
parent
32c2cbd7d2
commit
3274bcbebc
|
@ -800,7 +800,7 @@ int CMainDocument::SetGPURunMode(int iMode, int iTimeout) {
|
|||
if (iMode == RUN_MODE_RESTORE) {
|
||||
GetCoreClientStatus(ccs, true);
|
||||
} else {
|
||||
status.network_mode = iMode;
|
||||
status.gpu_mode = iMode;
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue