File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -370,7 +370,7 @@ def __init__(self, parent=None):
370370 get_content_combo_name_async ("instant_draw_settings" , "animation" )
371371 )
372372 self .animation_combo .setCurrentIndex (
373- readme_settings_async ("instant_draw_settings" , "animation" )
373+ readme_settings_async ("instant_draw_settings" , "animation" ) - 1
374374 )
375375 self .animation_combo .currentIndexChanged .connect (
376376 lambda : update_settings (
Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ def __init__(self, parent=None):
363363 get_content_combo_name_async ("quick_draw_settings" , "animation" )
364364 )
365365 self .animation_combo .setCurrentIndex (
366- readme_settings_async ("quick_draw_settings" , "animation" )
366+ readme_settings_async ("quick_draw_settings" , "animation" ) - 1
367367 )
368368 self .animation_combo .currentIndexChanged .connect (
369369 lambda : update_settings (
You can’t perform that action at this time.
0 commit comments