mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-25 15:59:36 +03:00
Amiga: Ensure menu reflects options GUI
For CSS setting
This commit is contained in:
parent
283f73dcaa
commit
23b2672153
@ -1758,6 +1758,8 @@ static void ami_gui_opts_use(bool save)
|
||||
nsoption_set_bool(author_level_css, false);
|
||||
}
|
||||
|
||||
ami_gui_menu_set_checked(NULL, M_CSS, nsoption_bool(author_level_css));
|
||||
|
||||
GetAttr(GA_Selected,gow->objects[GID_OPTS_FASTSCROLL],(ULONG *)&data);
|
||||
if (data) {
|
||||
nsoption_set_bool(faster_scroll, true);
|
||||
|
Loading…
Reference in New Issue
Block a user