NOISSUE Refactor and sanitize MultiMC startup/shutdown
* Always create main window. * Properly handle netowrk manager - it was created twice, leading to potential crashes.
This commit is contained in:
@ -12,7 +12,7 @@ private
|
||||
slots:
|
||||
void test_isProvidedByEnv()
|
||||
{
|
||||
QVERIFY(ENV.wonkoIndex() != nullptr);
|
||||
QVERIFY(ENV.wonkoIndex());
|
||||
QCOMPARE(ENV.wonkoIndex(), ENV.wonkoIndex());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user