zed: add project settings to improve search

This commit is contained in:
nym21
2025-08-31 17:05:28 +02:00
parent f6d9332c48
commit 08cfefc02a
3 changed files with 21 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ export async function screenshot({ element, name, title, env }) {
try {
await navigator.share({
files: [file],
title: `Bitview screenshot: ${title}`,
title: `${title} on ${window.document.location.hostname}`,
});
return;
} catch (err) {