trayscale
trayscale copied to clipboard
very long node list takes a long time to load
This causes the entire window to pause for upwards of 5-10 seconds before opening. Once it's open, updates seem to be plenty efficient.
Current plan: Move node list management into its own thread and only do incremental updates to the UI using glib.IdleAdd()
so that dealing with the list doesn't cause the entire UI to freeze.