Disable bear

This commit is contained in:
FliegendeWurst 2024-12-02 21:37:05 +01:00
parent 0819199ea7
commit beee5fe970

View File

@ -80,7 +80,7 @@ impl<D: DrawTarget<Color = Rgb565>> ContextDefault<D> {
last_modified: RefCell::new(None),
last_call: RefCell::new(OffsetDateTime::now_utc().to_timezone(BERLIN) - time::Duration::seconds(50)),
}));
scheduled.push(Box::new(BearReminder::default()));
//scheduled.push(Box::new(BearReminder::default()));
ContextDefault {
database: Rc::new(RefCell::new(database)),
screensavers,