1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 17:57:35 +00:00

PartitionEditor: Add total blocks column

This commit is contained in:
Samuel Bowman 2022-06-28 19:15:35 -04:00 committed by Linus Groh
parent 2f8c20816e
commit ba9f60785b
2 changed files with 5 additions and 0 deletions

View file

@ -17,6 +17,7 @@ public:
Partition,
StartBlock,
EndBlock,
TotalBlocks,
__Count,
};