Fix PowerControl crash on startup

This commit is contained in:
Kamil Trzciński 2022-11-19 09:13:06 +01:00
parent 7dc418a0e0
commit 15369826f9
2 changed files with 2 additions and 1 deletions

View file

@ -35,7 +35,7 @@ namespace PowerControl.Helpers
catch
{
processId = null;
return true;
return false;
}
}

View file

@ -14,5 +14,6 @@
- Make increments for Brightness and Volume in 5 (fixed)
- Press `3 dots + L4 + R4 + L5 + R5` to reset (TDP, Refresh Rate, FPS limit) to default
- Allow to disable SMT (second threads of each physical cores)
- Fix PowerControl crash on startup (introduced with SMT)
If you found it useful buy me [Ko-fi](https://ko-fi.com/ayufan).