diff --git a/src/components/options/CategoryChooserComponent.tsx b/src/components/options/CategoryChooserComponent.tsx index 23cc4dad..f91157cc 100644 --- a/src/components/options/CategoryChooserComponent.tsx +++ b/src/components/options/CategoryChooserComponent.tsx @@ -145,6 +145,10 @@ export function CategoryChooserComponent() { } forceUpdateConfigurationIDs(); + if (Config.local.skipProfileTemp && Config.local.skipProfileTemp.configID === selectedConfigurationID) { + Config.local.skipProfileTemp = null; + } + setConfigurations(Config.local!.skipProfiles); const newID = Object.keys(Config.local!.skipProfiles)[0] as ConfigurationID; setSelectedConfigurationID(newID);