feat: etc

This commit is contained in:
2025-02-27 02:11:37 +01:00
parent 1586f81152
commit 947b384511
18 changed files with 263 additions and 146 deletions

View File

@ -107,7 +107,8 @@ pub async fn run(_args: Vec<String>) {
cmd::init_profile,
cmd::save_profile,
cmd::startline,
cmd::set_cfg
cmd::kill,
cmd::set_cfg,
])
.run(tauri::generate_context!())
.expect("error while running tauri application");