diff --git a/discord/src/main.cpp b/discord/src/main.cpp index 79a87187..e490c119 100644 --- a/discord/src/main.cpp +++ b/discord/src/main.cpp @@ -39,16 +39,16 @@ public: private: static void menuHandler(void* ctx) { PresenceModule* _this = (PresenceModule*)ctx; - if(!_this->enabled) { style::beginDisabled(); } + if (!_this->enabled) { style::beginDisabled(); } float menuWidth = ImGui::GetContentRegionAvailWidth(); + + // GUI ImGui::BeginGroup(); - - ImGui::Text("Hello, SDR++ world! - Starman0620"); - + ImGui::Text("Connecting to Discord..."); ImGui::EndGroup(); - if(!_this->enabled) { style::endDisabled(); } + if (!_this->enabled) { style::endDisabled(); } } std::string name;