mirror of
https://github.com/redstrate/Astra.git
synced 2025-06-08 06:57:46 +00:00
Actually emit finishedUpdating signal
This commit is contained in:
parent
919e37d483
commit
2fe5dbf5a9
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ void AssetUpdater::update()
|
|||
{
|
||||
// non-dalamud users can bypass this process since it's not needed
|
||||
if (!m_profile.dalamudEnabled()) {
|
||||
finishedUpdating();
|
||||
Q_EMIT finishedUpdating();
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -173,7 +173,7 @@ void AssetUpdater::checkIfFinished()
|
|||
if (needsRuntimeInstall || needsDalamudInstall) {
|
||||
beginInstall();
|
||||
} else {
|
||||
finishedUpdating();
|
||||
Q_EMIT finishedUpdating();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue