From 743e8cda15c034a99134947923d563701a5916ec Mon Sep 17 00:00:00 2001 From: cage Date: Tue, 17 Dec 2024 18:32:27 +0100 Subject: [PATCH] - [GUI] used constant instead of hardcoded value. --- src/gui/client/main-window.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/client/main-window.lisp b/src/gui/client/main-window.lisp index cafaabd..0ebec0a 100644 --- a/src/gui/client/main-window.lisp +++ b/src/gui/client/main-window.lisp @@ -747,7 +747,7 @@ local file paths." main-window link-value)))) (subscribe-to-p () - (re:scan "gmi$" link-value)) + (re:scan (strcat +gemini-file-extension+ "$") link-value)) (open-with-external-program-callback () (gui-goodies:with-notify-errors (let ((file (gui-goodies:with-busy* (main-window)