Lower floor on max history items setting (#2748)

This commit is contained in:
bymyself
2025-02-27 06:41:50 -07:00
committed by GitHub
parent d1fead298f
commit 71f3f720bf

View File

@@ -657,9 +657,9 @@ export const CORE_SETTINGS: SettingParams[] = [
tooltip: 'The maximum number of tasks that show in the queue history.', tooltip: 'The maximum number of tasks that show in the queue history.',
type: 'slider', type: 'slider',
attrs: { attrs: {
min: 16, min: 2,
max: 256, max: 256,
step: 16 step: 2
}, },
defaultValue: 64, defaultValue: 64,
versionAdded: '1.4.12' versionAdded: '1.4.12'