mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 11:25:13 +01:00
Hide expander when no childs at all
This commit is contained in:
@@ -45,7 +45,10 @@ public class TupleFolderEx extends EntityFolder implements Serializable {
|
||||
public int executing;
|
||||
|
||||
@Ignore
|
||||
int indentation;
|
||||
int indentation = 0;
|
||||
|
||||
@Ignore
|
||||
boolean expander = true;
|
||||
|
||||
@Ignore
|
||||
TupleFolderEx parent_ref;
|
||||
|
||||
Reference in New Issue
Block a user