Use platformdirs for finding the desktop path

This commit is contained in:
Deniz Şafak
2025-04-30 16:29:47 +03:00
parent 68dbdf123d
commit 04e16722e2
4 changed files with 7 additions and 3 deletions
+2 -1
View File
@@ -1 +1,2 @@
- Added voice mixing functionality that enables combining multiple voices into a single "Mixed voice", as suggested by @PulsarFTW in #1. (Special thanks to @jborza for making this feature possible with his contributions in #5)
- Added voice mixing functionality that enables combining multiple voices into a single "Mixed voice", as suggested by @PulsarFTW in #1. (Special thanks to @jborza for making this feature possible with his contributions in #5)
- Switched to platformdirs for determining the correct desktop path, instead of using old methods.