summaryrefslogtreecommitdiff
path: root/include/ui.hpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-10-12 13:14:11 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-10-12 13:14:11 +0200
commitb6990df3d783da0a09e8b6a825d9ebeb7314466a (patch)
treec9a858fcacd3c24b05a6a5d9da00e6a28e16dcc3 /include/ui.hpp
parent955af14f6664574df1ff47e073e39f8d48d6355a (diff)
mark invalid invoices, projects, contacts in ui
Diffstat (limited to 'include/ui.hpp')
-rw-r--r--include/ui.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ui.hpp b/include/ui.hpp
index 0f71c1e..76b5395 100644
--- a/include/ui.hpp
+++ b/include/ui.hpp
@@ -113,4 +113,5 @@ namespace ImGui
void FormTaxRateCombo(char* tax_rate_id, char* orig_country, char* dest_country, bool has_error);
bool FormCurrencyCombo(char* currency);
void FormToggleCombo(bool *buffer, char* option1, char* option2);
+ bool DrawWarningIcon(float radius);
} \ No newline at end of file