Change default value of notifications to on
This commit is contained in:
@@ -24,7 +24,7 @@ public interface EasyGiantsFoundryConfig extends Config {
|
|||||||
section = notificationList
|
section = notificationList
|
||||||
)
|
)
|
||||||
default boolean showGiantsFoundryStageNotifications() {
|
default boolean showGiantsFoundryStageNotifications() {
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
@@ -35,7 +35,7 @@ public interface EasyGiantsFoundryConfig extends Config {
|
|||||||
section = notificationList
|
section = notificationList
|
||||||
)
|
)
|
||||||
default boolean showGiantsFoundryHeatNotifications() {
|
default boolean showGiantsFoundryHeatNotifications() {
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user