From fc9e6c3563108d5f2d5ca8f72d5b83f360a329e0 Mon Sep 17 00:00:00 2001 From: LemonNexus Date: Wed, 11 Feb 2026 20:15:12 +0000 Subject: [PATCH] fix: update footer text format --- standalone_icon_extractor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone_icon_extractor.py b/standalone_icon_extractor.py index ffafab0..b9a495e 100644 --- a/standalone_icon_extractor.py +++ b/standalone_icon_extractor.py @@ -503,7 +503,7 @@ class IconExtractorWindow(QMainWindow): footer_layout.setContentsMargins(10, 10, 10, 10) footer_layout.setSpacing(5) - footer_line1 = QLabel('GitHub | ☕ Support me on Ko-fi') + footer_line1 = QLabel('Developed by ImpulsiveFPS | GitHub | Support me on Ko-fi') footer_line1.setStyleSheet("color: #888; font-size: 11px;") footer_line1.setAlignment(Qt.AlignmentFlag.AlignCenter) footer_line1.setOpenExternalLinks(True)