Add mobile-specific flower count configuration for Earth Day [skip ci]

This commit is contained in:
CodeDevMLH
2026-02-28 14:11:45 +01:00
parent 3dffd847de
commit c684651cef
3 changed files with 14 additions and 5 deletions

View File

@@ -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 {