feat: comprehensive export with all tables and auto-backup command

This commit is contained in:
Your Name
2026-02-20 15:40:02 +02:00
parent fa7b70aa61
commit 875d3ca23b
2 changed files with 449 additions and 3 deletions

View File

@@ -138,6 +138,7 @@ pub fn run() {
commands::get_timesheet_rows,
commands::save_timesheet_rows,
commands::get_previous_week_structure,
commands::auto_backup,
])
.setup(|app| {
#[cfg(desktop)]