Skip to content

Commit

Permalink
fix: Correct memory total display in default theme
Browse files Browse the repository at this point in the history
Updated the default theme configuration to correctly display memory total information and marked the deprecated memory field as not to be used.
  • Loading branch information
majormer committed Mar 11, 2024
1 parent b6d32e0 commit 0e32264
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion res/themes/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0e32264

Please sign in to comment.