MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / updateToolbarTitle

Method updateToolbarTitle

Tactility/Source/app/chat/ChatView.cpp:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void ChatView::updateToolbarTitle() {
34 if (!state || !toolbar) return;
35 std::string channel = state->getCurrentChannel();
36 std::string title = "Chat: " + channel;
37 lvgl::toolbar_set_title(toolbar, title);
38}
39
40void ChatView::createInputBar(lv_obj_t* parent) {
41 inputWrapper = lv_obj_create(parent);

Callers

nothing calls this directly

Calls 2

toolbar_set_titleFunction · 0.85
getCurrentChannelMethod · 0.80

Tested by

no test coverage detected