mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-22 09:29:16 +01:00
Fix macOS menu and fallback URL
This commit is contained in:
@@ -21,5 +21,5 @@ export function fallbackRequestName(r: HttpRequest | null): string {
|
||||
// Nothing
|
||||
}
|
||||
|
||||
return '';
|
||||
return r.url;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user