-
-
Notifications
You must be signed in to change notification settings - Fork 248
New hide ads toggles #37
Comments
can you point out which ones are not? |
From what I can see inside this repo...practically all toggles are missing from enum and settings method. |
Because they never were. There was no settings for that in Vanced. You could disable all ads or none |
Wut? Vanced give the ability to disable or enable selective litho ads. 🤷♂️ |
...also, without toggles, litho ads removal won't work, because they rely on boolean keys perpetually set to false. |
Hmm yes I see. Well, in XGlobals were no settings for that. So I have to add those all to the enum too then. Anyways, it's late for me, so I'm going to start on that the next few days |
Is being worked on in #48 |
Based on recent additions to this file: https://github.com/revanced/revanced-integrations/blob/main/app/src/main/java/app/revanced/integrations/adremover/LithoAdRemoval.java
some toggles are not yet available on settings enum:
https://github.com/revanced/revanced-integrations/blob/main/app/src/main/java/app/revanced/integrations/settings/SettingsEnum.java
The text was updated successfully, but these errors were encountered: