修改:移除打开文件历史记录个数限制

pull/2243/MERGE
ChenX 1 year ago
parent 6de2245ccd
commit a00192b6b5

@ -77,7 +77,6 @@ export class OperLogs implements Command
{
return this.ParseTime(f2) - this.ParseTime(f1);
});
allFiles.length = Math.min(allFiles.length, 35);
const data = operLogsRes.data.reverse();
if (!this._IsOpenFile)

Loading…
Cancel
Save