added precompiled files, autorun service and changed tokyo buffer to one

This commit is contained in:
Philipp
2025-04-23 20:12:57 +02:00
parent ccd453cd59
commit de5487fc6d
12 changed files with 590 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ impl IDStore {
pub fn add_id(&mut self, id: TallyID) {
let day = self.get_current_day();
println!("id: {}", id.0);
day.add_id(id);
}