Dadangdut33 / Speech-Translate

A realtime speech transcription and translation application using Whisper OpenAI and free translation API. Interface made using Tkinter. Code written fully in Python.
MIT License
423 stars 55 forks source link

[BUG] Export Folder location never visually updates in Settings, despite changing to a new location #39

Closed ch826 closed 8 months ago

ch826 commented 1 year ago

Under Speech Translate > View > Settings > Export > Export Folder

When I change the Export folder, internally, the program properly changes the Export folder (which is good), but visually, in the Export Folder section of Settings, the directory name never changes. It continues to show the default Export Folder directory that originally was there.

This is a very minor (visual) bug that does not affect the functionality of the program.

Dadangdut33 commented 8 months ago

Fixed in 1.3.0 release