disable force kick toggle too
This commit is contained in:
parent
373de5cb5e
commit
1c8bb41b8e
@ -179,7 +179,9 @@ namespace big
|
||||
|
||||
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::EndDisabled();
|
||||
|
||||
if (g.session.kick_host_when_forcing_host)
|
||||
{
|
||||
|
Reference in New Issue
Block a user