mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-01-20 15:30:28 +01:00
Enable MemorySensor
This commit is contained in:
parent
6211bc4f42
commit
4d5c0cd466
|
|
@ -15,6 +15,7 @@ namespace CommonHelpers
|
|||
{
|
||||
IsCpuEnabled = true,
|
||||
IsGpuEnabled = true,
|
||||
IsMemoryEnabled = true,
|
||||
IsStorageEnabled = true,
|
||||
IsBatteryEnabled = true
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue