We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d6d68 commit d8733ceCopy full SHA for d8733ce
Python/convert.py
@@ -90,7 +90,7 @@ def convert():
90
91
elapsed = math.floor(time.time() - time_start)
92
if cfg.sg.user_settings_get_entry("play_finish_sound"):
93
- playsound(resource_path("Media/finish.wav"))
+ playsound(resource_path("Media/finish.wav"), block=False)
94
print("Finished in {} {}".format(elapsed, pluralize("second", elapsed)))
95
96
0 commit comments