update
This commit is contained in:
@@ -49,7 +49,8 @@ export const settingsController = {
|
||||
'rdpModalHeight', // NEW: 添加 RDP 模态框高度键
|
||||
'ipBlacklistEnabled', // <-- 添加 IP 黑名单启用键
|
||||
'layoutLocked', // +++ 添加布局锁定键 +++
|
||||
'terminalScrollbackLimit' // NEW: 添加终端回滚行数键
|
||||
'terminalScrollbackLimit', // NEW: 添加终端回滚行数键
|
||||
'fileManagerShowDeleteConfirmation' // NEW: 添加文件管理器删除确认键
|
||||
];
|
||||
const filteredSettings: Record<string, string> = {};
|
||||
for (const key in settingsToUpdate) {
|
||||
|
||||
Reference in New Issue
Block a user