Skip to content

Commit

Permalink
chore: Allow hiding main chat list
Browse files Browse the repository at this point in the history
In the folders screen
  • Loading branch information
jplie committed Oct 28, 2023
1 parent eb70c05 commit 6b1ebbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class Config {
public static final boolean CHAT_FOLDERS_SMART_CHAT_DELETION_ENABLED = true;
public static final boolean CHAT_FOLDERS_HIDE_BOTTOM_BAR_ON_SCROLL = true;
public static final boolean CHAT_FOLDERS_APPEARANCE_IS_GLOBAL = true;
public static final boolean RESTRICT_HIDING_MAIN_LIST = true;
public static final boolean RESTRICT_HIDING_MAIN_LIST = false; //true
public static final boolean SEARCH_MESSAGES_ONLY_IN_SELECTED_FOLDER = true; //BuildConfig.EXPERIMENTAL

public static final boolean NEED_SILENT_BROADCAST = false;
Expand Down

0 comments on commit 6b1ebbe

Please sign in to comment.