Skip to content

Commit 0e32264

Browse files
committed
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.
1 parent b6d32e0 commit 0e32264

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

res/themes/default.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,10 @@ STATS:
7676
MEMORY_USED:
7777
TEXT:
7878
SHOW: False
79-
MEMORY: # Deprecated, do not use
79+
MEMORY_TOTAL:
80+
TEXT:
81+
SHOW: False
82+
MEMORY: # Deprecated, do not use
8083
GRAPH:
8184
SHOW: False
8285
RADIAL:

0 commit comments

Comments
 (0)