Merge branch 'main' into ui-scrollbar-teardown
This commit is contained in:
commit
91cdf69924
83 changed files with 1532 additions and 3929 deletions
|
@ -1291,7 +1291,7 @@ impl RemoteServerProjects {
|
|||
let connection_string = connection_string.clone();
|
||||
move |_, _: &menu::Confirm, window, cx| {
|
||||
remove_ssh_server(
|
||||
cx.entity().clone(),
|
||||
cx.entity(),
|
||||
server_index,
|
||||
connection_string.clone(),
|
||||
window,
|
||||
|
@ -1311,7 +1311,7 @@ impl RemoteServerProjects {
|
|||
.child(Label::new("Remove Server").color(Color::Error))
|
||||
.on_click(cx.listener(move |_, _, window, cx| {
|
||||
remove_ssh_server(
|
||||
cx.entity().clone(),
|
||||
cx.entity(),
|
||||
server_index,
|
||||
connection_string.clone(),
|
||||
window,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue