change disconnect remote text

This commit is contained in:
Dongdong Zhou 2022-03-30 22:32:13 +01:00
parent 81c1534a27
commit 53db4d931e
1 changed files with 1 additions and 1 deletions

View File

@ -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,