green progress bar if have all

This commit is contained in:
Green Sky
2025-02-06 23:16:14 +01:00
parent bfbeafddf7
commit c7367a6a4d
4 changed files with 20 additions and 7 deletions

View File

@ -370,7 +370,7 @@ Screen* StartScreen::render(float, bool&) {
if (ImGui::Checkbox("local discovery", &value)) {
_conf.set("tox", "local_discovery_enabled", value);
}
ImGui::SetItemTooltip("Perform broadcasts in your local networks to fine other peers.\nOnly meaningful if udp is enabled.");
ImGui::SetItemTooltip("Perform broadcasts in your local networks to find other peers.\nOnly meaningful if udp is enabled.");
}
ImGui::SeparatorText("tcp relay server");