mirror of https://github.com/lapce/lapce.git
change disconnect remote text
This commit is contained in:
parent
81c1534a27
commit
53db4d931e
|
@ -256,7 +256,7 @@ fn paint(&mut self, ctx: &mut PaintCtx, data: &LapceWindowData, _env: &Env) {
|
|||
|
||||
if tab.workspace.kind.is_remote() {
|
||||
menu_items.push(MenuItem {
|
||||
text: "Disconnect".to_string(),
|
||||
text: "Disconnect Remote".to_string(),
|
||||
command: LapceCommandNew {
|
||||
cmd: LapceWorkbenchCommand::DisconnectRemote.to_string(),
|
||||
palette_desc: None,
|
||||
|
|
Loading…
Reference in New Issue