From 6afda499c290bea17fe2bcf5fcd257a1770528cf Mon Sep 17 00:00:00 2001 From: Chris Young Date: Fri, 17 Jul 2015 19:44:26 +0100 Subject: Show the IDN decoded form in the URL bar on GTK if the option is set. --- desktop/options.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'desktop') diff --git a/desktop/options.h b/desktop/options.h index 33ecb7554..f01261ee1 100644 --- a/desktop/options.h +++ b/desktop/options.h @@ -185,6 +185,9 @@ NSOPTION_UINT(min_reflow_period, DEFAULT_REFLOW_PERIOD) /* use core selection menu */ NSOPTION_BOOL(core_select_menu, false) +/* display decoded international domain names */ +NSOPTION_BOOL(display_decoded_idn, false) + /******** Fetcher options ********/ /** Maximum simultaneous active fetchers */ -- cgit v1.2.3