better
This commit is contained in:
parent
53bc66e4e0
commit
c62fb159de
1 changed files with 4 additions and 1 deletions
|
|
@ -637,7 +637,10 @@ class PlaylistDetailsModal(QDialog):
|
||||||
# Store modal reference to prevent garbage collection
|
# Store modal reference to prevent garbage collection
|
||||||
self.download_modal = modal
|
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()
|
result = modal.exec()
|
||||||
print(f"✅ Modal closed with result: {result}")
|
print(f"✅ Modal closed with result: {result}")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue