mirror of
https://codeberg.org/cage/tinmop/
synced 2025-03-07 10:37:37 +01:00
- [GUI] used constant instead of hardcoded value.
This commit is contained in:
parent
acf2ce8cb3
commit
743e8cda15
@ -747,7 +747,7 @@ local file paths."
|
|||||||
main-window
|
main-window
|
||||||
link-value))))
|
link-value))))
|
||||||
(subscribe-to-p ()
|
(subscribe-to-p ()
|
||||||
(re:scan "gmi$" link-value))
|
(re:scan (strcat +gemini-file-extension+ "$") link-value))
|
||||||
(open-with-external-program-callback ()
|
(open-with-external-program-callback ()
|
||||||
(gui-goodies:with-notify-errors
|
(gui-goodies:with-notify-errors
|
||||||
(let ((file (gui-goodies:with-busy* (main-window)
|
(let ((file (gui-goodies:with-busy* (main-window)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user