diff options
| author | Aldrik Ramaekers <aldrik@mailbox.org> | 2025-12-27 17:25:41 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@mailbox.org> | 2025-12-27 17:25:41 +0100 |
| commit | 7c3a271feea4b3693bf93a47924f7c682585e179 (patch) | |
| tree | b72a1f3f2780f9f22f679e18f5d1780541cc040b /src/ui/ui_invoices.cpp | |
| parent | 28c730a2e35ce81634dd4d47bf8e92e4552ec17c (diff) | |
mail provider settings ui
Diffstat (limited to 'src/ui/ui_invoices.cpp')
| -rw-r--r-- | src/ui/ui_invoices.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/ui_invoices.cpp b/src/ui/ui_invoices.cpp index c4d393c..dc51fd6 100644 --- a/src/ui/ui_invoices.cpp +++ b/src/ui/ui_invoices.cpp @@ -503,9 +503,9 @@ static void draw_invoice_view() if (ImGui::Selectable(locale::get("ui.sendAs.email"), false)) { } - if (ImGui::Selectable(locale::get("ui.sendAs.einvoice"), false)) { + // if (ImGui::Selectable(locale::get("ui.sendAs.einvoice"), false)) { - } + // } ImGui::EndCombo(); } ImGui::PushItemWidth(0.0f); |
