Add drag & drop for gui manager, improvements

This commit is contained in:
Deniz Şafak
2025-07-10 06:13:15 +03:00
parent 5babc936b4
commit 0c7a52fd86
2 changed files with 120 additions and 18 deletions
+1 -1
View File
@@ -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