This commit is contained in:
afkarxyz
2025-06-11 05:07:20 +07:00
parent c3e1607ca6
commit 00e369677f
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -550,7 +550,7 @@ class QobuzRegionComboBox(QComboBox):
class SpotiFLACGUI(QWidget):
def __init__(self):
super().__init__()
self.current_version = "3.1"
self.current_version = "3.2"
self.tracks = []
self.reset_state()
@@ -995,7 +995,7 @@ class SpotiFLACGUI(QWidget):
spacer = QSpacerItem(20, 6, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Fixed)
about_layout.addItem(spacer)
footer_label = QLabel("v3.1 | June 2025")
footer_label = QLabel("v3.2 | June 2025")
footer_label.setStyleSheet("font-size: 12px; margin-top: 10px;")
about_layout.addWidget(footer_label, alignment=Qt.AlignmentFlag.AlignCenter)