fix: update footer text format

This commit is contained in:
LemonNexus 2026-02-11 20:15:12 +00:00
parent a6a66146ae
commit fc9e6c3563
1 changed files with 1 additions and 1 deletions

View File

@ -503,7 +503,7 @@ class IconExtractorWindow(QMainWindow):
footer_layout.setContentsMargins(10, 10, 10, 10) footer_layout.setContentsMargins(10, 10, 10, 10)
footer_layout.setSpacing(5) footer_layout.setSpacing(5)
footer_line1 = QLabel('<a href="https://github.com/ImpulsiveFPS/EU-Icon-Extractor" style="color: #888;">GitHub</a> | <a href="https://ko-fi.com/impulsivefps" style="color: #ff6b6b;">Support me on Ko-fi</a>') footer_line1 = QLabel('Developed by ImpulsiveFPS | <a href="https://github.com/ImpulsiveFPS/EU-Icon-Extractor" style="color: #888;">GitHub</a> | <a href="https://ko-fi.com/impulsivefps" style="color: #ff6b6b;">Support me on Ko-fi</a>')
footer_line1.setStyleSheet("color: #888; font-size: 11px;") footer_line1.setStyleSheet("color: #888; font-size: 11px;")
footer_line1.setAlignment(Qt.AlignmentFlag.AlignCenter) footer_line1.setAlignment(Qt.AlignmentFlag.AlignCenter)
footer_line1.setOpenExternalLinks(True) footer_line1.setOpenExternalLinks(True)