From 5a495233d30ebea584094ba6e69a47f7ea558429 Mon Sep 17 00:00:00 2001 From: LemonNexus Date: Thu, 12 Feb 2026 13:40:38 +0000 Subject: [PATCH] feat: add Report Bug link to GitHub issues --- 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 11812f7..e00fb7a 100644 --- a/standalone_icon_extractor.py +++ b/standalone_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)