From f270e944d2434b14ac8835b63344fcbcc4d0b67d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 4 Jun 2021 21:30:08 +0530 Subject: [PATCH] Browser viewer: Make current color scheme setting propagate to all devices automatically when using user accounts. See #1930900 ([Enhancemet - Viewer] Export/import color schemes) --- src/pyj/session.pyj | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pyj/session.pyj b/src/pyj/session.pyj index ded9cd4109..8df290c63b 100644 --- a/src/pyj/session.pyj +++ b/src/pyj/session.pyj @@ -88,7 +88,6 @@ is_local_setting = { 'columns_per_screen': True, 'controls_help_shown_count': True, 'controls_help_shown_count_rtl_page_progression': True, - 'current_color_scheme': True, 'lines_per_sec_auto': True, 'lines_per_sec_smooth': True, 'margin_bottom': True, @@ -97,7 +96,6 @@ is_local_setting = { 'margin_top': True, 'max_text_height': True, 'max_text_width': True, - 'override_book_colors': True, 'read_mode': 'paged', 'scroll_auto_boundary_delay': True, 'scroll_stop_boundaries': True,