mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Update IBrowser.cpp
This commit is contained in:
parent
5898ba14e0
commit
636c9b595e
@ -356,7 +356,7 @@ void IBrowser::LaunchServer(void)
|
||||
void IBrowser::HiddenServersModal(void)
|
||||
{
|
||||
bool modalOpen = true;
|
||||
if (ImGui::BeginPopupModal("Connect to Private Server##HiddenServersConnectModal", &modalOpen))
|
||||
if (ImGui::BeginPopupModal("Connect to Private Server", &modalOpen))
|
||||
{
|
||||
ImGui::SetWindowSize(ImVec2(400.f, 200.f), ImGuiCond_Always);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user