mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
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:
parent
955f807708
commit
f270e944d2
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user