folder-list: Don't expand folder list automatically
This commit is contained in:
parent
de81077da5
commit
a57a1d46d7
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ public class FolderList.AccountBranch : Sidebar.Branch {
|
|||
|
||||
public AccountBranch(Geary.Account account) {
|
||||
base(new Sidebar.Header(account.information.display_name),
|
||||
Sidebar.Branch.Options.AUTO_OPEN_ON_NEW_CHILD, normal_folder_comparator, special_folder_comparator);
|
||||
Sidebar.Branch.Options.NONE, normal_folder_comparator, special_folder_comparator);
|
||||
|
||||
this.account = account;
|
||||
// Translators: The name of the folder group containing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue