mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Fix crash when opening mods tab after launching an instance
Signed-off-by: Vishrut Sachan <vishrutsachan2004@gmail.com>
This commit is contained in:
parent
d2fa7cf7f7
commit
c7bf188f3a
1 changed files with 3 additions and 0 deletions
|
|
@ -66,18 +66,21 @@ void ScanModFolders::executeTask()
|
|||
|
||||
void ScanModFolders::modsDone()
|
||||
{
|
||||
disconnect(sender(), nullptr, this, nullptr);
|
||||
m_modsDone = true;
|
||||
checkDone();
|
||||
}
|
||||
|
||||
void ScanModFolders::coreModsDone()
|
||||
{
|
||||
disconnect(sender(), nullptr, this, nullptr);
|
||||
m_coreModsDone = true;
|
||||
checkDone();
|
||||
}
|
||||
|
||||
void ScanModFolders::nilModsDone()
|
||||
{
|
||||
disconnect(sender(), nullptr, this, nullptr);
|
||||
m_nilModsDone = true;
|
||||
checkDone();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue