Disabling some ads before preview with client.

This commit is contained in:
sergiotarxz 2023-09-05 19:56:14 +02:00
parent ca3a1a33e2
commit 191709e129
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ sub weight {
}
sub is_active ($self) {
return 1;
return 0;
}
sub img {

View File

@ -29,7 +29,7 @@ sub default_alternative($self) {
}
sub is_active ($self) {
return 1;
return 0;
}
sub img ($self) {