disable force kick toggle too

This commit is contained in:
maybegreat48 2024-09-18 17:28:30 -04:00
parent 373de5cb5e
commit 1c8bb41b8e

View File

@ -179,7 +179,9 @@ namespace big
if (g.session.spoof_host_token_type != 0) if (g.session.spoof_host_token_type != 0)
{ {
ImGui::BeginDisabled();
ImGui::Checkbox("KICK_HOST_ON_JOIN"_T.data(), &g.session.kick_host_when_forcing_host); ImGui::Checkbox("KICK_HOST_ON_JOIN"_T.data(), &g.session.kick_host_when_forcing_host);
ImGui::EndDisabled();
if (g.session.kick_host_when_forcing_host) if (g.session.kick_host_when_forcing_host)
{ {