mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 07:10:00 -06:00
close any opened dialogs when closing the main window
This commit is contained in:
@ -306,4 +306,11 @@ void Open()
|
||||
uiControlShow(uiControl(win));
|
||||
}
|
||||
|
||||
void Close()
|
||||
{
|
||||
if (!opened) return;
|
||||
uiControlDestroy(uiControl(win));
|
||||
opened = false;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user