🔨 命令发送.
This commit is contained in:
@@ -259,11 +259,6 @@ public class TerminalPreferenceModel implements GenericsDataModel {
|
||||
@AllArgsConstructor
|
||||
public static class ActionBarSettingModel implements IJsonObject {
|
||||
|
||||
/**
|
||||
* 命令输入框
|
||||
*/
|
||||
private Boolean commandInput;
|
||||
|
||||
/**
|
||||
* 连接状态
|
||||
*/
|
||||
|
||||
@@ -115,7 +115,6 @@ public class TerminalPreferenceStrategy extends AbstractGenericsDataStrategy<Ter
|
||||
.toJsonString();
|
||||
// 操作栏设置
|
||||
String actionBarSetting = TerminalPreferenceModel.ActionBarSettingModel.builder()
|
||||
.commandInput(false)
|
||||
.connectStatus(true)
|
||||
.toTop(false)
|
||||
.toBottom(false)
|
||||
|
||||
Reference in New Issue
Block a user