Same cache as other setting-lists to reduce slowness on scroll.

This does incur a cost on the first load of the list though.

CURA-12442
This commit is contained in:
Remco Burema 2025-03-04 15:03:59 +01:00
parent 1198746870
commit cb0d69d9f2

View file

@ -164,6 +164,7 @@ UM.PreferencesPage
expanded: ["*"]
visibilityHandler: UM.SettingPreferenceVisibilityHandler {}
}
cacheBuffer: 1000000 // Set a large cache to effectively just cache every list item.
property Component settingVisibilityCategory: Cura.SettingVisibilityCategory {}
property Component settingVisibilityItem: Cura.SettingVisibilityItem {}