Base: Use the correct memory unit suffixes in about::processes

Previously the GB suffix was displayed as BB.
This commit is contained in:
Tim Ledbetter 2025-11-07 12:19:42 +00:00 committed by Tim Flynn
parent b579608d41
commit e9519b132f
Notes: github-actions[bot] 2025-12-01 12:31:27 +00:00
4 changed files with 54 additions and 46 deletions

View file

@ -63,6 +63,7 @@ list(TRANSFORM BROWSER_ICONS PREPEND "${LADYBIRD_SOURCE_DIR}/Base/res/icons/brow
set(INTERNAL_RESOURCES
ladybird.css
utils.js
)
list(TRANSFORM INTERNAL_RESOURCES PREPEND "${LADYBIRD_SOURCE_DIR}/Base/res/ladybird/")