Skip to content

Commit

Permalink
update GraphicsTab component
Browse files Browse the repository at this point in the history
  • Loading branch information
tdolphin-org committed Nov 14, 2024
1 parent e6e1c1c commit 7071aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/Components/Tabs/GraphicsTab.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ namespace Components

mPicasso96Boards.AddMember(MUI::GaugeBuilder()
.tagHoriz(true)
.tagInfoText(picassoBoard.memorySize + " [%ld%% used] @ " + picassoBoard.memoryClock)
.tagInfoText(picassoBoard.usedMemory + " used [%ld%%] / " + picassoBoard.memorySize + " @ " + picassoBoard.memoryClock)
.tagCurrent(100 - picassoBoard.freeMemoryPercent)
.object());
mPicasso96Boards.AddMember(MUI::ScaleBuilder().tagHoriz(true).object());
Expand Down

0 comments on commit 7071aa0

Please sign in to comment.