Skip to content

Commit

Permalink
UPDTAE - v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vauth authored Apr 14, 2024
1 parent 023d71d commit d5781c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Vox.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def initUI(self):
layout.addWidget(self.country_list)
self.country_list.setCurrentRow(0)

self.made_by = QLabel(f"{COPYRIGHT} | {CREDIT} | {VERSION_NUMBER}", self)
self.made_by = QLabel(f"{Config.COPYRIGHT} | {Config.CREDIT} | {Config.VERSION_NUMBER}", self)
self.made_by.setStyleSheet("QLabel {color: white;}")
layout.addWidget(self.made_by, alignment=Qt.AlignCenter)
self.setLayout(layout)
Expand Down

0 comments on commit d5781c9

Please sign in to comment.