v2.9
This commit is contained in:
+2
-2
@@ -536,7 +536,7 @@ class QobuzRegionComboBox(QComboBox):
|
||||
class SpotiFLACGUI(QWidget):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
self.current_version = "2.8"
|
||||
self.current_version = "2.9"
|
||||
self.tracks = []
|
||||
self.reset_state()
|
||||
|
||||
@@ -997,7 +997,7 @@ class SpotiFLACGUI(QWidget):
|
||||
spacer = QSpacerItem(20, 6, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Fixed)
|
||||
about_layout.addItem(spacer)
|
||||
|
||||
footer_label = QLabel("v2.8 | May 2025")
|
||||
footer_label = QLabel("v2.9 | May 2025")
|
||||
footer_label.setStyleSheet("font-size: 12px; margin-top: 10px;")
|
||||
about_layout.addWidget(footer_label, alignment=Qt.AlignmentFlag.AlignCenter)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user