fix page refresh infinitive loop

This commit is contained in:
yggverse 2024-09-05 18:48:58 +03:00
parent 2d26c137c5
commit 2d95bca810

View File

@ -61,17 +61,14 @@ void Page::refresh(
const Glib::ustring & SUBTITLE,
const double & PROGRESS
) {
title = TITLE;
title = TITLE; // @TODO copy
subtitle = SUBTITLE;
pageProgress->refresh(
PROGRESS
);
activate_action(
"win.refresh"
);
pageNavigation->refresh();
}
void Page::navigation_update(