diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-10-26 08:27:48 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-10-26 08:27:48 +0100 |
| commit | 5abb2cbd8f201b8a8101a661f1dd9a68412d8674 (patch) | |
| tree | d11d1483100ed89eabf37efaaf3fae16df3cc4e6 /src/ui/ui_main.cpp | |
| parent | 8df1486ca41edb625feb269fe7f7997fa5ffacfe (diff) | |
refactor ui, fix autocomplete bug
Diffstat (limited to 'src/ui/ui_main.cpp')
| -rw-r--r-- | src/ui/ui_main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/ui_main.cpp b/src/ui/ui_main.cpp index 84dab1b..48b1364 100644 --- a/src/ui/ui_main.cpp +++ b/src/ui/ui_main.cpp @@ -74,7 +74,6 @@ void ui::draw_main() { if (ImGui::MenuItem("New")) { administration_reader::open_new(); } if (ImGui::MenuItem("Open")) { administration_reader::open_existing(NULL); } - if (ImGui::MenuItem("Save")) { administration_reader::save_new(); } ImGui::EndMenu(); } |
