🚧 可配置预览阈值.
This commit is contained in:
@@ -207,6 +207,9 @@ public class TerminalPreferenceModel implements PreferenceModel {
|
||||
@Schema(description = "命令编辑器")
|
||||
private Boolean commandEditor;
|
||||
|
||||
@Schema(description = "打开 SFTP")
|
||||
private Boolean openSftp;
|
||||
|
||||
@Schema(description = "清空")
|
||||
private Boolean clear;
|
||||
|
||||
|
||||
@@ -100,6 +100,7 @@ public class TerminalPreferenceStrategy implements IPreferenceStrategy<TerminalP
|
||||
.fontSizePlus(false)
|
||||
.fontSizeSubtract(false)
|
||||
.commandEditor(true)
|
||||
.openSftp(true)
|
||||
.clear(true)
|
||||
.disconnect(false)
|
||||
.closeTab(true)
|
||||
|
||||
Reference in New Issue
Block a user