mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Update src/RunGui.cpp
This commit is contained in:
parent
4e37e833ba
commit
bf9fde6664
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue