mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 09:35:28 +00:00
Progress bar at 0% shows no text.
This commit is contained in:
parent
9708e8529f
commit
84762c4eb8
@ -229,8 +229,7 @@ void Launcher::SettingsPage::importerFinished(int exitCode, QProcess::ExitStatus
|
|||||||
void Launcher::SettingsPage::resetProgressBar()
|
void Launcher::SettingsPage::resetProgressBar()
|
||||||
{
|
{
|
||||||
// set progress bar to 0 %
|
// set progress bar to 0 %
|
||||||
progressBar->setMaximum(1);
|
progressBar->reset();
|
||||||
progressBar->setValue(0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Launcher::SettingsPage::updateOkButton(const QString &text)
|
void Launcher::SettingsPage::updateOkButton(const QString &text)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user