enable disableSwipeToNext and disableRemoteEmojiInteractions by default
This commit is contained in:
parent
b6c695022e
commit
5ca6f284e4
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user