Add mobile-specific flower count configuration for Earth Day [skip ci]
This commit is contained in:
@@ -160,6 +160,7 @@ public class ChristmasOptions {
|
||||
public class EarthDayOptions {
|
||||
public bool EnableEarthDay { get; set; } = true;
|
||||
public int FlowersCount { get; set; } = 60;
|
||||
public int FlowersCountMobile { get; set; } = 20;
|
||||
}
|
||||
|
||||
public class EasterOptions {
|
||||
|
||||
Reference in New Issue
Block a user