diff options
| author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2026-07-24 22:56:08 +0530 |
|---|---|---|
| committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2026-07-24 22:56:08 +0530 |
| commit | b157a25b2dfff122908da1c89b7a620655521a64 (patch) | |
| tree | 942cdf514d6cab52dc82a82ada3d599729e2b6a5 /main.py | |
| parent | 130ca2c3b8d871fd32db91924eb67c991ad72fb3 (diff) | |
default download directory set to downloads folder
Diffstat (limited to 'main.py')
| -rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ from Soundboard import Soundboard from SoundboardEngine import SoundboardEngineWindow from SoundboardUpdater import SoundboardUpdaterWindow -APP_VERSION = "0.3.1" +APP_VERSION = "0.3.2" if __name__ == "__main__": config_path = ( |