diff options
| author | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-02 19:13:03 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-02 19:13:03 +0100 |
| commit | 2218ef68056ebc5a3a416e2dd7e8e020fba60a4f (patch) | |
| tree | 5d66166298ebef999956dd0386ee3b433d9507a2 /src/ui/ui_contacts.cpp | |
| parent | b65e7f01fb9be5d7ffe8b9c9c4c8eba67cd902ee (diff) | |
ui improvements
Diffstat (limited to 'src/ui/ui_contacts.cpp')
| -rw-r--r-- | src/ui/ui_contacts.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/ui_contacts.cpp b/src/ui/ui_contacts.cpp index a9559c5..f3581dd 100644 --- a/src/ui/ui_contacts.cpp +++ b/src/ui/ui_contacts.cpp @@ -37,6 +37,8 @@ void ui::setup_contacts() static void draw_contact_list() { + if (ImGui::InvalidCompanyInfoWarning()) return; + static char search_buffer[MAX_LEN_LONG_DESC]; contact_filter filter; |
