export with all tables and auto-backup command

This commit is contained in:
2026-02-20 15:40:02 +02:00
parent b5a2bb594c
commit e0262bcbd8
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)]