mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Fix #2027968 [In the Touch behavior settings of the Content Server, action descriptions are the same regardless of the action](https://bugs.launchpad.net/calibre/+bug/2027968)
This commit is contained in:
parent
edd108eada
commit
9f3694cfa4
@ -41,6 +41,7 @@ def apply_settings_to_ui(overrides):
|
|||||||
if not current_action or allowed_actions.indexOf(current_action) < 0:
|
if not current_action or allowed_actions.indexOf(current_action) < 0:
|
||||||
current_action = 'none'
|
current_action = 'none'
|
||||||
select.value = current_action
|
select.value = current_action
|
||||||
|
select.dispatchEvent(new Event('change', {'view': window,'bubbles': True}))
|
||||||
|
|
||||||
def get_overrides_from_ui():
|
def get_overrides_from_ui():
|
||||||
ans = {}
|
ans = {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user