bug#61495: [PATCH v2] settings: Set intl.locale.requested to the empty string.

2023-02-14 Thread Mark H Weaver
Hi Maxim, Maxim Cournoyer writes: > This causes IceCat to honor the locale used by the system. > > * data/settings.js: Replace the obsolete "intl.locale.matchOS" > option with "intl.locale.requested", set to the empty string. Applied to 'master' as commit

bug#60668: IceCatMobile: Dark mode?

2023-02-14 Thread Mart Rootamm
Hi, Mr. T. I couldn't find the perfect theme extension for IceCat Mobile from Mozilla Addons, but there is only one that does work for me, though it only paints the address bar gray, but not the menus or settings pages: Dark Theme for Android & PC

bug#61495: [PATCH v2] settings: Set intl.locale.requested to the empty string.

2023-02-14 Thread Maxim Cournoyer
This causes IceCat to honor the locale used by the system. * data/settings.js: Replace the obsolete "intl.locale.matchOS" option with "intl.locale.requested", set to the empty string. Signed-off-by: Maxim Cournoyer --- Changes in v2: - Add a trailing ';' data/settings.js | 6 -- 1 file

bug#61495: [PATCH] settings: Set intl.locale.requested to the empty string.

2023-02-14 Thread Maxim Cournoyer
This causes IceCat to honor the locale used by the system. * data/settings.js: Replace the obsolete "intl.locale.matchOS" option with "intl.locale.requested", set to the empty string. Signed-off-by: Maxim Cournoyer --- data/settings.js | 6 -- 1 file changed, 4 insertions(+), 2