Fixes for exit confirmation when saved

This commit is contained in:
2025-09-14 21:00:54 -04:00
parent 4ce5a225c3
commit e0732ee6b9
4 changed files with 40 additions and 17 deletions

View File

@@ -3012,6 +3012,8 @@ void imgui_init
self->window = window;
self->glContext = glContext;
self->saveAnm2 = *anm2;
ImGui::CreateContext();
ImGui::StyleColorsDark();
@@ -3032,6 +3034,7 @@ void imgui_init
if (!SETTINGS_HOTKEY_MEMBERS[i]) continue;
imgui_hotkey_chord_registry()[i] = imgui_chord_from_string_get(*&(self->settings->*SETTINGS_HOTKEY_MEMBERS[i]));
}
}
void imgui_update(Imgui* self)