mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-01 12:04:55 -05:00
This method simply sets the `opened_at` attribute to the current time. Previously `opened_at` was set when calling `get`, but that is not correct. We `get` workflows often, even when not opening them. So this needs to be a separate thing