feat: prevent launch with inconsistent geodata

This commit is contained in:
zhom
2026-08-05 21:39:10 -07:00
parent 29cb83d063
commit 39bbdcb547
41 changed files with 4010 additions and 644 deletions
+2 -6
View File
@@ -2493,9 +2493,7 @@ impl McpServer {
app_handle.clone(),
profile.clone(),
url.map(|s| s.to_string()),
None,
headless,
true,
crate::browser_runner::LaunchOptions::automation(None, headless),
)
.await
.map_err(|e| McpError {
@@ -2651,9 +2649,7 @@ impl McpServer {
app_handle.clone(),
profile.clone(),
url.map(|s| s.to_string()),
None,
headless,
true,
crate::browser_runner::LaunchOptions::automation(None, headless),
)
.await
{