mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-13 18:05:20 -05:00
Ensure disabled tabs are never mounted: - Add didLoad flag to configSlice, default false - Always merge in config - even it is is empty - On first merge, set didLoad to true - Until didLoad is true, mark _all_ tabs as disabled This gets around an issue where tabs are all enabled for a brief moment before the config is loaded. A bit hacky but it works.