diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-08-10 15:25:22 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-08-10 15:25:22 +0200 |
| commit | a88456ec309edb6778cf50c139cab6ab8e99e963 (patch) | |
| tree | 10b86e0964bee9a6670b2a064fd9863290eb970b /src/ui/ui_main.cpp | |
| parent | 0327e06b59aa20dbfec137b2287b950b5cb84960 (diff) | |
move id generation out of UI and into administration
Diffstat (limited to 'src/ui/ui_main.cpp')
| -rw-r--r-- | src/ui/ui_main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ui_main.cpp b/src/ui/ui_main.cpp index 10f9cea..05a98b4 100644 --- a/src/ui/ui_main.cpp +++ b/src/ui/ui_main.cpp @@ -28,7 +28,7 @@ void (*drawcalls[dashboard_view_state::END])(void) = { }; void (*setupcalls[dashboard_view_state::END])(void) = { - 0, + ui_setup_invoices, 0, ui_setup_contacts, 0, |
