From bf9fde66643aea89905ea395a28d644619cbb49b Mon Sep 17 00:00:00 2001 From: Mm2PL Date: Sat, 2 Dec 2023 14:59:31 +0100 Subject: [PATCH] Update src/RunGui.cpp --- src/RunGui.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/RunGui.cpp b/src/RunGui.cpp index 1fe6ada4e0b..d533b6102d0 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();