mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-12 20:06:51 +01:00
feat: hide create button by default
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
parent
4388541b03
commit
c70c65c80f
@ -17,6 +17,6 @@ public class BooleanPreferences {
|
||||
}
|
||||
|
||||
public static boolean isCreateButtonHidden() {
|
||||
return SharedPrefs.getBoolean(Objects.requireNonNull(YouTubeTikTokRoot_Application.getAppContext()), "xfile_create_button_hidden", false);
|
||||
return SharedPrefs.getBoolean(Objects.requireNonNull(YouTubeTikTokRoot_Application.getAppContext()), "xfile_create_button_hidden", true);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user