mirror of
https://codeberg.org/cage/tinmop/
synced 2024-12-18 23:22:52 +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
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user