Minor code revisions.

This commit is contained in:
J-D-K
2025-09-07 12:31:24 -04:00
parent 700790dba1
commit 1095971895
21 changed files with 139 additions and 98 deletions

View File

@@ -10,6 +10,7 @@
void TaskState::update()
{
BaseTask::update_loading_glyph();
BaseTask::pop_on_plus();
if (!m_task->is_running()) { TaskState::deactivate_state(); }
}