~sircmpwn/visurf-devel

nsvi config: Fix dropdowns by using netsurf's menu v1 PROPOSED

Zach DeCook: 1
 nsvi config: Fix dropdowns by using netsurf's menu

 1 files changed, 1 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~sircmpwn/visurf-devel/patches/34965/mbox | git am -3
Learn more about email & git

[PATCH] nsvi config: Fix dropdowns by using netsurf's menu Export this patch

---
 frontends/visurf/main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frontends/visurf/main.c b/frontends/visurf/main.c
index ae986a066..281d748e8 100644
--- a/frontends/visurf/main.c
+++ b/frontends/visurf/main.c
@@ -985,6 +985,7 @@ set_defaults(struct nsoption_s *defaults)
	nsoption_set_charp(font_mono, strdup("Monospace"));
	nsoption_set_charp(font_cursive, strdup("Serif"));
	nsoption_set_charp(font_fantasy, strdup("Serif"));
	nsoption_set_bool(core_select_menu, true);
	return NSERROR_OK;
}

-- 
2.37.2