mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-18 08:22:06 +00:00
Decouple registry dispatch from plugin-specific result types so future action types can provide their own run implementations. Store actions behind shared pointers to keep them alive while plugin UI pumps a nested event loop and queued refreshes mutate the registry. Scope "don't ask again" to an individual action instead of its whole plugin.