Fix macOS menu and fallback URL

This commit is contained in:
Gregory Schier
2023-11-21 09:24:13 -08:00
parent 66639e651d
commit 5560593aaa
2 changed files with 1 additions and 2 deletions

View File

@@ -21,5 +21,5 @@ export function fallbackRequestName(r: HttpRequest | null): string {
// Nothing
}
return '';
return r.url;
}