This commit is contained in:
Broque Thomas 2025-07-21 10:11:49 -07:00
parent 53bc66e4e0
commit c62fb159de

View file

@ -637,7 +637,10 @@ class PlaylistDetailsModal(QDialog):
# Store modal reference to prevent garbage collection
self.download_modal = modal
print("🖥️ Showing modal...")
print("🖥️ Closing current sync modal...")
self.accept() # Close the current sync modal
print("🖥️ Showing download modal...")
result = modal.exec()
print(f"✅ Modal closed with result: {result}")