tox private impl + dht caps histo

This commit is contained in:
2023-11-13 16:23:49 +01:00
parent 4e4f62dd20
commit fd9d14d00c
7 changed files with 104 additions and 1 deletions

View File

@ -23,6 +23,8 @@ void ToxUIUtils::render(void) {
if (ImGui::BeginMenuBar()) {
ImGui::Separator();
if (ImGui::BeginMenu("Tox")) {
ImGui::SeparatorText("Friends/Groups");
if (ImGui::MenuItem("add Friend by ID")) {
_show_add_friend_window = true;
}