mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-12-27 03:18:30 +01:00
Adjusted Discord UI
This commit is contained in:
parent
3a142b0d85
commit
35d50c91c7
@ -42,10 +42,10 @@ private:
|
|||||||
if (!_this->enabled) { style::beginDisabled(); }
|
if (!_this->enabled) { style::beginDisabled(); }
|
||||||
|
|
||||||
float menuWidth = ImGui::GetContentRegionAvailWidth();
|
float menuWidth = ImGui::GetContentRegionAvailWidth();
|
||||||
|
|
||||||
|
// GUI
|
||||||
ImGui::BeginGroup();
|
ImGui::BeginGroup();
|
||||||
|
ImGui::Text("Connecting to Discord...");
|
||||||
ImGui::Text("Hello, SDR++ world! - Starman0620");
|
|
||||||
|
|
||||||
ImGui::EndGroup();
|
ImGui::EndGroup();
|
||||||
|
|
||||||
if (!_this->enabled) { style::endDisabled(); }
|
if (!_this->enabled) { style::endDisabled(); }
|
||||||
|
Loading…
Reference in New Issue
Block a user