Exit confirmation change

This commit is contained in:
2025-08-15 12:49:45 -04:00
parent f7bebe6558
commit 903c77019f
2 changed files with 8 additions and 6 deletions

View File

@@ -1251,6 +1251,8 @@ static void _imgui_taskbar(Imgui* self)
if (_imgui_option_popup(IMGUI_EXIT_CONFIRMATION, self))
self->isQuit = true;
else
self->isTryQuit = false;
_imgui_selectable(IMGUI_WIZARD.copy({}), self);