diff --git a/src/RunGui.cpp b/src/RunGui.cpp index 1fe6ada4e..d533b6102 100644 --- a/src/RunGui.cpp +++ b/src/RunGui.cpp @@ -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();