diff --git a/src-tauri/src/browser_runner.rs b/src-tauri/src/browser_runner.rs index 984d46c..8dbc777 100644 --- a/src-tauri/src/browser_runner.rs +++ b/src-tauri/src/browser_runner.rs @@ -992,6 +992,7 @@ mod linux { _url: &str, _browser_type: BrowserType, _browser_dir: &Path, + _profiles_dir: &Path, ) -> Result<(), Box> { Err("Opening URLs in existing Firefox-based browsers is not supported on Linux when using -no-remote".into()) }