Skip to content

Commit d77497b

Browse files
author
yggverse
committed
fix localhost links handler
1 parent 0a1cba0 commit d77497b

File tree

1 file changed

+1
-1
lines changed
  • src/app/browser/window/tab/item/page/content/text

1 file changed

+1
-1
lines changed

src/app/browser/window/tab/item/page/content/text/gemini.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ impl Gemini {
315315
if let Some(uri) = links.get(&tag) {
316316
// Select link handler by scheme
317317
return match uri.scheme().as_str() {
318-
"gemini" | "titan" => {
318+
"gemini" | "titan" | "file" => {
319319
item_action.load.activate(Some(&uri.to_str()), true, false)
320320
}
321321
// Scheme not supported, delegate

0 commit comments

Comments
 (0)