refresh mime, add comments

This commit is contained in:
yggverse 2024-09-10 07:54:35 +03:00
parent 2208e5df25
commit 3b2a2ef047

View File

@ -48,9 +48,12 @@ void Page::refresh(
const Glib::ustring & DESCRIPTION,
const double & PROGRESS_FRACTION
) {
title = TITLE; // @TODO copy
// Refresh page data
mime = MIME;
title = TITLE;
description = DESCRIPTION;
// Refresh components
pageNavigation->refresh(
PROGRESS_FRACTION
);