Revert "test: temporarily replace ad link by something with sound"

This reverts commit 74bb7eecb7.
This commit is contained in:
Alejandro González
2025-10-15 12:00:24 +02:00
parent 74bb7eecb7
commit f1b0e9f2c4
+1 -1
View File
@@ -13,7 +13,7 @@ pub struct AdsState {
pub malicious_origins: HashSet<String>,
}
const AD_LINK: &str = "https://www.youtube.com/watch?v=dQw4w9WgXcQ";
const AD_LINK: &str = "https://modrinth.com/wrapper/app-ads-cookie";
pub fn init<R: Runtime>() -> TauriPlugin<R> {
tauri::plugin::Builder::<R>::new("ads")