set widgets and notification dot to true
This commit is contained in:
@@ -37,7 +37,7 @@ public final class BuildConfigs {
|
||||
public static final boolean IS_DEBUG_DEVICE = false;
|
||||
|
||||
// Flag to control widgets support in Launcher
|
||||
public static final boolean WIDGETS_ENABLED = false;
|
||||
public static final boolean WIDGETS_ENABLED = true;
|
||||
// Flag to control notification dots support in Launcher
|
||||
public static final boolean NOTIFICATION_DOTS_ENABLED = false;
|
||||
public static final boolean NOTIFICATION_DOTS_ENABLED = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user