Skip to content

Commit

Permalink
Update describealign.py
Browse files Browse the repository at this point in the history
Fixed GUI crashing when opening Settings on some systems
  • Loading branch information
julbean authored Oct 6, 2023
1 parent 9b60cb7 commit 050d369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion describealign.py
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ def settings_gui(config_path):
tooltip='Boost (or quieten) description volume. Units are decibels (dB), so ' + \
'-3 makes the describer about 2x quieter, while 3 makes them 2x louder. ' + \
'Requires --stretch_audio to be set, otherwise does nothing.')]])],
[sg.Column([[sg.Text('ad_detect_sensitivity:', size=(21, 1.2), pad=(1.8,5)),
[sg.Column([[sg.Text('ad_detect_sensitivity:', size=(21, 1.2), pad=(2,5)),
sg.Input(default_text=str(settings['ad_detect_sensitivity']), size=(8, 1.2), pad=(10,5),
key='ad_detect_sensitivity', disabled=not settings['stretch_audio'],
tooltip='Audio description detection sensitivity ratio. Higher values make ' + \
Expand Down

0 comments on commit 050d369

Please sign in to comment.