forked from ReVanced/revanced-integrations
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add settings for
Disable chirp font
patch
- Loading branch information
Showing
4 changed files
with
41 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
app/src/main/java/app/revanced/integrations/twitter/settings/Settings.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
package app.revanced.integrations.twitter.settings; | ||
|
||
import app.revanced.integrations.shared.settings.BaseSettings; | ||
import app.revanced.integrations.shared.settings.BooleanSetting; | ||
import app.revanced.integrations.shared.settings.StringSetting; | ||
|
||
public class Settings extends BaseSettings { | ||
public static final StringSetting VID_PUBLIC_FOLDER = new StringSetting("vid_public_folder", "Movies"); | ||
public static final StringSetting VID_SUBFOLDER = new StringSetting("vid_subfolder", "Twitter"); | ||
public static final BooleanSetting MISC_FONT = new BooleanSetting("misc_font", false); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters