Browser viewer: Make current color scheme setting propagate to all devices automatically when using user accounts.

See #1930900 ([Enhancemet - Viewer] Export/import color schemes)
This commit is contained in:
Kovid Goyal 2021-06-04 21:30:08 +05:30
parent 955f807708
commit f270e944d2
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -88,7 +88,6 @@ is_local_setting = {
'columns_per_screen': True, 'columns_per_screen': True,
'controls_help_shown_count': True, 'controls_help_shown_count': True,
'controls_help_shown_count_rtl_page_progression': True, 'controls_help_shown_count_rtl_page_progression': True,
'current_color_scheme': True,
'lines_per_sec_auto': True, 'lines_per_sec_auto': True,
'lines_per_sec_smooth': True, 'lines_per_sec_smooth': True,
'margin_bottom': True, 'margin_bottom': True,
@ -97,7 +96,6 @@ is_local_setting = {
'margin_top': True, 'margin_top': True,
'max_text_height': True, 'max_text_height': True,
'max_text_width': True, 'max_text_width': True,
'override_book_colors': True,
'read_mode': 'paged', 'read_mode': 'paged',
'scroll_auto_boundary_delay': True, 'scroll_auto_boundary_delay': True,
'scroll_stop_boundaries': True, 'scroll_stop_boundaries': True,