Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VermeilChan committed Dec 20, 2024
1 parent 5fa42ad commit 4a3bc3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/qt_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def about_section(parent):
icon_label.setPixmap(pixmap)

info_layout = QVBoxLayout()
info_layout.addWidget(QLabel(f"MetalSlugFontReborn ({normalize_architecture(architecture()[0])})"))
info_layout.addWidget(QLabel(f"MetalSlugFontReborn"))
info_layout.addWidget(QLabel("GPL-3.0 Licensed"))

github_link = QLabel(
Expand Down

0 comments on commit 4a3bc3f

Please sign in to comment.