mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-07-25 05:40:50 +02:00
chore: fix clippy error for linux and windows builds
This commit is contained in:
@@ -83,6 +83,7 @@ impl BrowserRunner {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Helper function to validate PID for TOR/Mullvad browsers
|
// Helper function to validate PID for TOR/Mullvad browsers
|
||||||
|
#[cfg(target_os = "macos")]
|
||||||
fn validate_tor_mullvad_pid(&self, profile: &BrowserProfile, pid: u32) -> bool {
|
fn validate_tor_mullvad_pid(&self, profile: &BrowserProfile, pid: u32) -> bool {
|
||||||
let system = System::new_all();
|
let system = System::new_all();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user