From 0e32264b997f40fb7b19795d52c0cd898122b5ab Mon Sep 17 00:00:00 2001 From: Michael Maher Date: Mon, 11 Mar 2024 16:32:51 -0500 Subject: [PATCH] fix: Correct memory total display in default theme Updated the default theme configuration to correctly display memory total information and marked the deprecated memory field as not to be used. --- res/themes/default.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/res/themes/default.yaml b/res/themes/default.yaml index 1e1d2d5f..fd59b9ed 100644 --- a/res/themes/default.yaml +++ b/res/themes/default.yaml @@ -76,7 +76,10 @@ STATS: MEMORY_USED: TEXT: SHOW: False - MEMORY: # Deprecated, do not use + MEMORY_TOTAL: + TEXT: + SHOW: False + MEMORY: # Deprecated, do not use GRAPH: SHOW: False RADIAL: