Enable MemorySensor

This commit is contained in:
Kamil Trzciński 2022-11-15 19:18:44 +01:00
parent 6211bc4f42
commit 4d5c0cd466

View file

@ -15,6 +15,7 @@ namespace CommonHelpers
{
IsCpuEnabled = true,
IsGpuEnabled = true,
IsMemoryEnabled = true,
IsStorageEnabled = true,
IsBatteryEnabled = true
};