set widgets and notification dot to true

This commit is contained in:
MrSluffy
2024-12-03 11:22:38 +08:00
parent 884c068133
commit 6dbfe27f80
@@ -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;
}