mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Removed the ellipsis from the miximage offline generator GUI 'Running' status message
This commit is contained in:
parent
849ed7499b
commit
26f084c12a
|
@ -309,7 +309,7 @@ void GuiOfflineGenerator::update(int deltaTime)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update the statistics.
|
// Update the statistics.
|
||||||
mStatus->setText("RUNNING...");
|
mStatus->setText("RUNNING");
|
||||||
mGameCounter->setText(std::to_string(mGamesProcessed) + " OF " + std::to_string(mTotalGames) +
|
mGameCounter->setText(std::to_string(mGamesProcessed) + " OF " + std::to_string(mTotalGames) +
|
||||||
(mTotalGames == 1 ? " GAME " : " GAMES ") + "PROCESSED");
|
(mTotalGames == 1 ? " GAME " : " GAMES ") + "PROCESSED");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue