Merge pull request #257 from rakslice/windows_exit_on_prefs_exit

Windows: when prefs window is closed, do not run the emulator
This commit is contained in:
kanjitalk755 2025-01-23 14:25:19 +09:00 committed by GitHub
commit bb2ad33ba4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -407,6 +407,7 @@ static GtkWidget *make_combobox(GtkWidget *top, int label_id, const char *defaul
// Window closed
static gint window_closed(void)
{
start_clicked = false;
return FALSE;
}