fix: accept unused profile path on linux in arguments

This commit is contained in:
zhom
2025-07-04 03:17:42 +04:00
parent f84b3c2812
commit f4c96ec0c6
+1
View File
@@ -992,6 +992,7 @@ mod linux {
_url: &str,
_browser_type: BrowserType,
_browser_dir: &Path,
_profiles_dir: &Path,
) -> Result<(), Box<dyn std::error::Error + Send + Sync>> {
Err("Opening URLs in existing Firefox-based browsers is not supported on Linux when using -no-remote".into())
}