add option to enable/disable sb

This commit is contained in:
yugecin
2016-11-13 01:45:06 +01:00
parent cf14bca4a5
commit b722808d70
3 changed files with 17 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ import java.util.Map;
@SuppressWarnings("unchecked")
public class SBOverlay {
public static boolean isActive = true;
public static boolean isActive = false;
private boolean hide;
private boolean menu;