diff --git a/apps/app/src/api/ads.rs b/apps/app/src/api/ads.rs index f82d58b6c..3e23c5275 100644 --- a/apps/app/src/api/ads.rs +++ b/apps/app/src/api/ads.rs @@ -18,7 +18,7 @@ pub struct AdsState { const AD_LINK: &str = "https://modrinth.com/wrapper/app-ads-cookie"; #[cfg(any(windows, target_os = "macos"))] -pub(super) const OCCLUDED_AREA_THRESHOLD: f64 = 1.0; +pub(super) const OCCLUDED_AREA_THRESHOLD: f64 = 0.5; #[cfg(not(target_os = "linux"))] const ADS_USER_AGENT: &str = concat!( "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 ",