From 12254436ba12ac6740c9a38f438579aa6566696c Mon Sep 17 00:00:00 2001 From: LemonNexus Date: Thu, 12 Feb 2026 13:40:25 +0000 Subject: [PATCH] feat: add Report Bug link to GitHub issues --- icon_extractor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icon_extractor.py b/icon_extractor.py index 11812f7..e00fb7a 100644 --- a/icon_extractor.py +++ b/icon_extractor.py @@ -672,7 +672,7 @@ class IconExtractorWindow(QMainWindow): footer_layout.setContentsMargins(10, 10, 10, 10) footer_layout.setSpacing(5) - footer_line1 = QLabel('Developed by ImpulsiveFPS | GitHub | Support me on Ko-fi') + footer_line1 = QLabel('Developed by ImpulsiveFPS | GitHub | Report Bug | Support me on Ko-fi') footer_line1.setStyleSheet("color: #888; font-size: 11px;") footer_line1.setAlignment(Qt.AlignmentFlag.AlignCenter) footer_line1.setOpenExternalLinks(True)