Update sync.py
This commit is contained in:
parent
0f74043512
commit
ee91b72805
1 changed files with 1 additions and 1 deletions
|
|
@ -2526,7 +2526,7 @@ class DownloadMissingTracksModal(QDialog):
|
|||
self.setWindowTitle(f"Download Missing Tracks - {self.playlist.name}")
|
||||
self.resize(1200, 900)
|
||||
self.setWindowFlags(Qt.WindowType.Window)
|
||||
self.setWindowFlags(Qt.WindowType.Dialog)
|
||||
# self.setWindowFlags(Qt.WindowType.Dialog)
|
||||
|
||||
self.setStyleSheet("""
|
||||
QDialog { background-color: #1e1e1e; color: #ffffff; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue