This commit is contained in:
afkarxyz
2025-07-13 05:25:13 +07:00
parent 3414fadbd3
commit af4f1dd401
2 changed files with 19 additions and 6 deletions
+2 -2
View File
@@ -503,7 +503,7 @@ class QobuzRegionComboBox(QComboBox):
class SpotiFLACGUI(QWidget):
def __init__(self):
super().__init__()
self.current_version = "3.6"
self.current_version = "3.7"
self.tracks = []
self.reset_state()
@@ -931,7 +931,7 @@ class SpotiFLACGUI(QWidget):
spacer = QSpacerItem(20, 6, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Fixed)
about_layout.addItem(spacer)
footer_label = QLabel("v3.6 | July 2025")
footer_label = QLabel("v3.7 | July 2025")
footer_label.setStyleSheet("font-size: 12px; margin-top: 10px;")
about_layout.addWidget(footer_label, alignment=Qt.AlignmentFlag.AlignCenter)