From c3b6bec2ff8c45c76dae518413d2a2a28dcbbd30 Mon Sep 17 00:00:00 2001 From: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com> Date: Sun, 19 Jul 2026 19:49:37 -0700 Subject: [PATCH] chore: pass ripgrep label text to constructor --- src/tagstudio/qt/mixed/about_modal.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/tagstudio/qt/mixed/about_modal.py b/src/tagstudio/qt/mixed/about_modal.py index 0aa45a6d..8e65d73e 100644 --- a/src/tagstudio/qt/mixed/about_modal.py +++ b/src/tagstudio/qt/mixed/about_modal.py @@ -201,8 +201,7 @@ class AboutModal(QWidget): # ripgrep Status ripgrep_path_title = QLabel("ripgrep") # NOTE: Don't localize - ripgrep_path_content = ClickableLabel() - ripgrep_path_content.setText(f"{ripgrep_status}") # TODO: Pass in constructor after #1386 + ripgrep_path_content = ClickableLabel(f"{ripgrep_status}") ripgrep_location = RipgrepStatus.which() if ripgrep_location: ripgrep_path_content.clicked.connect(