enable disableSwipeToNext and disableRemoteEmojiInteractions by default

This commit is contained in:
luvletter2333 2021-09-20 21:31:40 +08:00
parent b6c695022e
commit 5ca6f284e4
No known key found for this signature in database
GPG Key ID: BFD68B892BECC1D8
1 changed files with 2 additions and 2 deletions

View File

@ -327,8 +327,8 @@ public class NekoConfig {
hideTimeForSticker = preferences.getBoolean("hideTimeForSticker", false);
takeGIFasVideo = preferences.getBoolean("takeGIFasVideo", false);
maxRecentStickerCount = preferences.getInt("maxRecentStickerCount", 20);
disableSwipeToNext = preferences.getBoolean("disableSwipeToNext", false);
disableRemoteEmojiInteractions = preferences.getBoolean("disableRemoteEmojiInteractions", false);
disableSwipeToNext = preferences.getBoolean("disableSwipeToNext", true);
disableRemoteEmojiInteractions = preferences.getBoolean("disableRemoteEmojiInteractions", true);
disableChoosingSticker = preferences.getBoolean("disableChoosingSticker", false);
disableAutoDownloadingWin32Executable = preferences.getBoolean("disableAutoDownloadingWin32Executable", true);