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:
Kovid Goyal 2023-07-19 11:32:30 +05:30
parent edd108eada
commit 9f3694cfa4
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -41,6 +41,7 @@ def apply_settings_to_ui(overrides):
if not current_action or allowed_actions.indexOf(current_action) < 0:
current_action = 'none'
select.value = current_action
select.dispatchEvent(new Event('change', {'view': window,'bubbles': True}))
def get_overrides_from_ui():
ans = {}