Update src/RunGui.cpp

This commit is contained in:
Mm2PL 2023-12-02 14:59:31 +01:00 committed by GitHub
parent 4e37e833ba
commit bf9fde6664
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -311,7 +311,8 @@ void runGui(QApplication &a, Paths &paths, Settings &settings)
pajlada::Settings::SettingManager::gSave();
}
if (thread.joinable()) {
if (thread.joinable())
{
thread.join();
}
chatterino::NetworkManager::deinit();