Retiled
Retiled copied to clipboard
Set the `reuseItems` property on the All Apps list `ListView` to `true`.
It will speed up loading and reduce memory usage: https://blog.basyskom.com/2020/how-to-speedup-your-qt-qml-lists/
I think I turned this off temporarily due to it grabbing the wrong icon when an app didn't have an icon, like Ocarina of Time Link holding "nothing" in speedruns; I need to check to see if an app has an icon and hide it if not (see also one of the issues I can't remember the number of).