mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-30 13:04:13 +00:00
reset subtitle on page update
This commit is contained in:
parent
93802a5898
commit
d7d95aefad
@ -89,6 +89,7 @@ void Page::refresh()
|
||||
void Page::update()
|
||||
{
|
||||
title = _("Loading..");
|
||||
subtitle = ""; // @TODO setter
|
||||
|
||||
// Reset progress
|
||||
pageProgressbar->set(
|
||||
|
Loading…
x
Reference in New Issue
Block a user