start working on terminal launcher

This commit is contained in:
2023-08-02 19:57:37 -07:00
parent 60c24e3ee4
commit 89bc74e644
7 changed files with 134 additions and 0 deletions

View File

@ -42,6 +42,7 @@ pub fn run() -> tauri::Result<()> {
ipc::save_credentials,
ipc::get_config,
ipc::save_config,
ipc::launch_terminal,
])
.setup(|app| rt::block_on(setup(app)))
.build(tauri::generate_context!())?