mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-01-06 16:50:07 +01:00
Fix PowerControl crash on startup
This commit is contained in:
parent
7dc418a0e0
commit
15369826f9
|
|
@ -35,7 +35,7 @@ namespace PowerControl.Helpers
|
|||
catch
|
||||
{
|
||||
processId = null;
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in a new issue