This commit is contained in:
Riko Sakurauchi 2020-01-23 20:27:12 +08:00
parent 1f0732ebc1
commit 93b00cfdcf
No known key found for this signature in database
GPG Key ID: 25AC0345B92902AF
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ public class NekoConfig {
public static boolean hideProxySponsorChannel = false;
public static boolean saveCacheToPrivateDirectory = Build.VERSION.SDK_INT >= 24;
public static float stickerSize = 14.0f;
public static boolean unlimitedFavedStickers = true;
public static boolean unlimitedFavedStickers = false;
public static boolean showAddToSavedMessages = true;
public static boolean showReport = false;