feat: send deleted files to system trash

This refactors the file deletion code to send files to the system trash instead of performing a hard deletion. It also fixes deleting video files and GIFs loaded in the Preview Panel.
This commit is contained in:
Travis Abendshien
2024-08-26 21:07:22 -07:00
parent 39fcc65bcb
commit 91252ce710
10 changed files with 230 additions and 54 deletions

View File

@@ -14,3 +14,4 @@ pydub==0.25.1
mutagen==1.47.0
numpy==1.26.4
ffmpeg-python==0.2.0
Send2Trash==1.8.3