mirror of
https://github.com/TrianguloY/LightningLauncher.git
synced 2024-12-26 09:58:20 +01:00
Fix default tapOutsideClose flah value
This commit is contained in:
parent
91e52d6d98
commit
d1af8b7fa5
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public class FolderConfig extends JsonLoader {
|
|||
public FolderAnimation animationIn=FolderAnimation.OPEN_CLOSE;
|
||||
public FolderAnimation animationOut=FolderAnimation.OPEN_CLOSE;
|
||||
public FolderIconStyle iconStyle=FolderIconStyle.GRID_2_2;
|
||||
public boolean outsideTapClose=true;
|
||||
public boolean outsideTapClose=false;
|
||||
public boolean autoClose=false;
|
||||
public boolean closeOther=false;
|
||||
public boolean animationGlitchFix=false;
|
||||
|
|
Loading…
Reference in a new issue