We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e6c891 commit ac10b92Copy full SHA for ac10b92
1 file changed
apps/desktop/src-tauri/src/lib.rs
@@ -325,16 +325,11 @@ pub async fn main() {
325
}
326
327
328
- {
329
- let db = app.state::<hypr_db_core2::ManagedDb>();
330
- let pool = db.pool().clone();
331
- tauri::async_runtime::block_on(pool.close());
332
- }
333
-
334
if let Some(ref ctx) = root_supervisor_ctx_for_run {
335
ctx.mark_exiting();
336
ctx.stop();
337
+
338
hypr_host::kill_processes_by_matcher(hypr_host::ProcessMatcher::Sidecar);
339
340
_ => {}
0 commit comments