iFTY-R
Results
1
comments of
iFTY-R
Modify the dependency package source code at .cargo\registry\src\index.crates.io-6f17d22bba15001f\tauri-1.4.1\src\scope\ipc.rs in method remote_access_for change ```rust if matches_window && matches_domain && scope.is_none() { scope.replace(s.clone()); } ``` to ```rust if matches_window && scope.is_none() {...