Force the GUI opts window closed on quit
This commit is contained in:
parent
7fa641616b
commit
c384c5dd3e
|
@ -2715,6 +2715,10 @@ void ami_quit_netsurf(void)
|
|||
ShowWindow(gwin->win, WINDOW_BACKMOST);
|
||||
ami_close_all_tabs(gwin);
|
||||
break;
|
||||
|
||||
case AMINS_GUIOPTSWINDOW:
|
||||
ami_gui_opts_close();
|
||||
break;
|
||||
}
|
||||
|
||||
} while(node = nnode);
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
#define AMIGA_GUI_OPTIONS_H
|
||||
void ami_gui_opts_open(void);
|
||||
BOOL ami_gui_opts_event(void);
|
||||
void ami_gui_opts_close(void);
|
||||
|
||||
char *current_user_options;
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue