Skip to content

Commit

Permalink
change image in grid mode: default = false
Browse files Browse the repository at this point in the history
  • Loading branch information
zfdang committed Nov 7, 2024
1 parent e8f30ae commit 77658e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/zfdang/zsmth_android/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ private void initSettings() {
bLoadOriginalImage = mPreference.getBoolean(LOAD_ORIGINAL_IMAGE, true);
bLoginWithVerification = mPreference.getBoolean(LOGIN_WITH_VERIFICATION, true);
bImageSourceCDN = mPreference.getBoolean(IMAGE_SOURCE_CDN, true);
bImageGridMode = mPreference.getBoolean(IMAGE_GRID_MODE, true);
bImageGridMode = mPreference.getBoolean(IMAGE_GRID_MODE, false);

bBoardMasterOnly = mPreference.getBoolean(BOARD_MASTER_ONLY, false);

Expand Down

0 comments on commit 77658e1

Please sign in to comment.