Add review count to tab bar
This commit is contained in:
parent
502703d9f9
commit
1702112097
@ -138,11 +138,12 @@ local function get_formspec(data)
|
|||||||
formspec[#formspec + 1] = "]"
|
formspec[#formspec + 1] = "]"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
local review_count = info.reviews.positive + info.reviews.neutral + info.reviews.negative
|
||||||
local current_tab = data.current_tab or 1
|
local current_tab = data.current_tab or 1
|
||||||
local tab_titles = {
|
local tab_titles = {
|
||||||
fgettext("Description"),
|
fgettext("Description"),
|
||||||
fgettext("Information"),
|
fgettext("Information"),
|
||||||
fgettext("Reviews"),
|
fgettext("Reviews") .. core.formspec_escape(" [" .. review_count .. "]"),
|
||||||
}
|
}
|
||||||
|
|
||||||
local tab_body_height = bottom_buttons_y - 2.8
|
local tab_body_height = bottom_buttons_y - 2.8
|
||||||
|
Loading…
Reference in New Issue
Block a user