Revert "Disabling some ads before preview with client."

This reverts commit 191709e129.
This commit is contained in:
sergiotarxz 2023-09-05 20:28:58 +02:00
parent 2d85fc5dc9
commit 633a6eab30
2 changed files with 2 additions and 2 deletions

View File

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

View File

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