mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 21:50:28 +02:00
Add drag & drop for gui manager, improvements
This commit is contained in:
+1
-1
@@ -2037,7 +2037,7 @@ class abogen(QWidget):
|
||||
if cached_path and os.path.exists(cached_path):
|
||||
temp_wav = cached_path
|
||||
else: # Should not happen if cache check was done
|
||||
self._show_error_message_box("Preview Error", "Cache file expected but not found.")
|
||||
self._show_error_message_box("Preview Error", "Cache file expected but not found, please try again.")
|
||||
self._preview_cleanup()
|
||||
return
|
||||
else: # Should have temp_wav from preview_thread or handled by cache check
|
||||
|
||||
Reference in New Issue
Block a user