Similar to #115, but it is happening under a very different technical context now that the main UI is no longer using a NSCollectionView. This ticket is about trying to stop or at least mitigate this flickering.
The flickering is due to the NSViews being reused from a pool for better performance. We show the UI as soon as possible to limit latency, but that means sometimes the user sees the title being updated.
Mitigating this could include trying to update the titles in advance in the background
Similar to #115, but it is happening under a very different technical context now that the main UI is no longer using a
NSCollectionView. This ticket is about trying to stop or at least mitigate this flickering.The flickering is due to the
NSViews being reused from a pool for better performance. We show the UI as soon as possible to limit latency, but that means sometimes the user sees the title being updated.Mitigating this could include trying to update the titles in advance in the background