diff options
| author | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-01 14:33:14 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-01 14:33:14 +0100 |
| commit | a1d639e963eaad1f8d24d47cd004c22052166978 (patch) | |
| tree | 473a9a1b8b9ed5bd0c24a81fa848c31d3db788d0 /include/ui.hpp | |
| parent | be5c11029adb25c586c4fcde6fedfa01d1bdcd49 (diff) | |
export dropdown ui
Diffstat (limited to 'include/ui.hpp')
| -rw-r--r-- | include/ui.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ui.hpp b/include/ui.hpp index 86778bc..2e85dc2 100644 --- a/include/ui.hpp +++ b/include/ui.hpp @@ -17,6 +17,7 @@ #pragma once #include "imgui.h" +#include "exporter.hpp" #include "administration.hpp" #define STATUS_TEXT_LEN 64 @@ -102,4 +103,6 @@ namespace ImGui void TaxRateDropdown(char* tax_internal_code, bool outgoing, bool has_error); bool CurrencyDropdown(char* currency); void ToggleDropdown(bool *buffer, char* option1, char* option2); + + bool BeginExportDropdown(const char* title, const char* text, exporter::export_request* active_request); }
\ No newline at end of file |
