This commit is contained in:
Baobhan Sith
2025-05-07 09:45:18 +08:00
parent 2a0cf41dc7
commit dccc106afd
7 changed files with 103 additions and 21 deletions
@@ -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) {