summaryrefslogtreecommitdiff
path: root/src/ui/ui_main.cpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-08-16 15:36:17 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-08-16 15:36:17 +0200
commit50848b2dd97093dd407ed7199118bca011f1aa4c (patch)
tree176a0aa8a1ce966123a56e0988511f6ddfcd42eb /src/ui/ui_main.cpp
parentb2a5ae0b5b628cca712bb80d485393800de34172 (diff)
more refactor work
Diffstat (limited to 'src/ui/ui_main.cpp')
-rw-r--r--src/ui/ui_main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/ui_main.cpp b/src/ui/ui_main.cpp
index 2d79129..d8fd5d4 100644
--- a/src/ui/ui_main.cpp
+++ b/src/ui/ui_main.cpp
@@ -108,7 +108,6 @@ void ui_draw_main()
// Main content
ImGui::Begin("AccountingMainWindow", nullptr, ImGuiWindowFlags_NoResize | ImGuiWindowFlags_NoMove | ImGuiWindowFlags_NoTitleBar | ImGuiWindowFlags_NoCollapse);
if (drawcalls[dashboard_state]) drawcalls[dashboard_state]();
- ui_helper_draw_toasts();
ImGui::End();
// Status bar.