Skip to content

Commit

Permalink
Update src/RunGui.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Mm2PL authored Dec 2, 2023
1 parent 4e37e83 commit bf9fde6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/RunGui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit bf9fde6

Please sign in to comment.