We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a1cba0 commit d77497bCopy full SHA for d77497b
src/app/browser/window/tab/item/page/content/text/gemini.rs
@@ -315,7 +315,7 @@ impl Gemini {
315
if let Some(uri) = links.get(&tag) {
316
// Select link handler by scheme
317
return match uri.scheme().as_str() {
318
- "gemini" | "titan" => {
+ "gemini" | "titan" | "file" => {
319
item_action.load.activate(Some(&uri.to_str()), true, false)
320
}
321
// Scheme not supported, delegate
0 commit comments