helloSystem / Filer

A file manager that can also render the desktop
GNU General Public License v2.0
30 stars 9 forks source link

ffft.wav plays when the delete button is pressed and not when the delete operation is completed. rustle.wav doesn't seem to play at all. #156

Open Anvith00 opened 1 year ago

Anvith00 commented 1 year ago

In MacOS, what happens is that the delete sounds are played only after the delete operation is completed. Currently, in helloSystem, it seems that the delete operation is performed when the delete operation menu is selected, or when the delete key is pressed. This gives way for me to spam the ffft.wav with delete key, like this:

(please unmute the audio to notice this issue)

https://user-images.githubusercontent.com/24383877/201309412-fc683c98-9607-41bd-b818-3e8dcce1a54d.mp4

rustle.wav, on the other hand, doesn't seem to play at all.

I think the logic of the code must be revised and altered such that the sound plays only and only if the delete operation is completed.