refactor: Load tooltips from commands and disable unusable command buttons (#777)
* Set tooltips from command descriptions * Disable unusable commands
This commit is contained in:
@ -54,8 +54,6 @@ namespace big
|
||||
components::command_checkbox<"mobileradio">();
|
||||
|
||||
ImGui::Checkbox("Dance Mode", &g.self.dance_mode);
|
||||
if (ImGui::IsItemHovered())
|
||||
ImGui::SetTooltip("Hold Right DPAD or E to enter dance mode");
|
||||
|
||||
ImGui::EndGroup();
|
||||
|
||||
|
Reference in New Issue
Block a user