Skip to content

Commit

Permalink
only snow in december
Browse files Browse the repository at this point in the history
  • Loading branch information
sverrejb committed Nov 28, 2024
1 parent 25b655f commit 8a7212a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/seasons/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub fn setup_seasons(main_window: &MainWindow) -> Vec<Timer> {
let mut season_timers = vec![];
let now = Local::now();

if Local::now().month() == 11 && now.day() >= 10 {
if Local::now().month() == 12 {
let snow_timer = setup_snow(main_window);
season_timers.push(snow_timer);
}
Expand Down

0 comments on commit 8a7212a

Please sign in to comment.