Skip to content

Commit

Permalink
add version label to download gui
Browse files Browse the repository at this point in the history
  • Loading branch information
Bauumm committed Feb 5, 2024
1 parent 1f4b78f commit 08993d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/overlay/packs/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ local load_pack_chunk = async(function()
local elem = quad:new({
child_element = flex:new({
label:new(pack.name, { wrap = true }),
label:new(tostring(pack.game_version), { font_size = 16 }),
progress_collapse,
}, { direction = "column", align_items = "stretch", align_relative_to = "parentparent" }),
selectable = true,
Expand Down

0 comments on commit 08993d7

Please sign in to comment.