feat(deep-link): handle RunEvent::Opened on Linux for CEF support

This commit is contained in:
Lucas Nogueira
2026-02-05 12:32:18 -03:00
parent 8374e997b8
commit ad8ec1b6b8
-1
View File
@@ -540,7 +540,6 @@ pub fn init<R: Runtime>() -> TauriPlugin<R, Option<config::Config>> {
Ok(())
})
.on_event(|_app, _event| {
#[cfg(any(target_os = "macos", target_os = "ios"))]
if let tauri::RunEvent::Opened { urls } = _event {
use tauri::Emitter;