re-inject modes when reloading config

This commit is contained in:
Beu
2024-12-19 21:00:35 +01:00
parent 1be867c792
commit e86220e95b

View File

@@ -62,6 +62,8 @@ namespace PacksManager {
RenderManager::NotifyWarning("Enabled interfaces " + Id + " has been deleted."); RenderManager::NotifyWarning("Enabled interfaces " + Id + " has been deleted.");
G_EnabledConfigs.RemoveAt(i); G_EnabledConfigs.RemoveAt(i);
} }
InjectInterfacesIfNeeded();
} }
void InjectInterfacesIfNeeded() { void InjectInterfacesIfNeeded() {