Skip to content

Commit

Permalink
Enable MemorySensor
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Nov 15, 2022
1 parent 6211bc4 commit 4d5c0cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CommonHelpers/Instance.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public static class Instance
{
IsCpuEnabled = true,
IsGpuEnabled = true,
IsMemoryEnabled = true,
IsStorageEnabled = true,
IsBatteryEnabled = true
};
Expand Down

0 comments on commit 4d5c0cd

Please sign in to comment.