chore: update deps
This commit is contained in:
336
Cargo.lock
generated
336
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -411,7 +411,7 @@ impl ChatSpace {
|
|||||||
.active(|this| this.bg(cx.theme().ghost_element_active))
|
.active(|this| this.bg(cx.theme().ghost_element_active))
|
||||||
.child(shared_t!("auto_update.updated"))
|
.child(shared_t!("auto_update.updated"))
|
||||||
.on_click(|_, _window, cx| {
|
.on_click(|_, _window, cx| {
|
||||||
cx.restart(None);
|
cx.restart();
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -150,7 +150,7 @@ impl BackupKeys {
|
|||||||
return;
|
return;
|
||||||
};
|
};
|
||||||
|
|
||||||
let path = cx.prompt_for_new_path(&document_dir);
|
let path = cx.prompt_for_new_path(&document_dir, None);
|
||||||
let nsec = self.secret_input.read(cx).value().to_string();
|
let nsec = self.secret_input.read(cx).value().to_string();
|
||||||
|
|
||||||
cx.spawn_in(window, async move |this, cx| {
|
cx.spawn_in(window, async move |this, cx| {
|
||||||
|
|||||||
@@ -121,7 +121,7 @@ impl Render for Startup {
|
|||||||
Identity::global(cx).update(cx, |this, cx| {
|
Identity::global(cx).update(cx, |this, cx| {
|
||||||
this.unload(window, cx);
|
this.unload(window, cx);
|
||||||
// Restart application
|
// Restart application
|
||||||
cx.restart(None);
|
cx.restart();
|
||||||
});
|
});
|
||||||
}),
|
}),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user