From 53db4d931e3b130415ddf302443cf0e2d530858b Mon Sep 17 00:00:00 2001 From: Dongdong Zhou Date: Wed, 30 Mar 2022 22:32:13 +0100 Subject: [PATCH] change disconnect remote text --- lapce-ui/src/title.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lapce-ui/src/title.rs b/lapce-ui/src/title.rs index 25b5d3a4..7c0f3f78 100644 --- a/lapce-ui/src/title.rs +++ b/lapce-ui/src/title.rs @@ -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,