Fix loading 2.x sessions (forced set_active toggle)

This commit is contained in:
Robin Gareus 2026-01-01 22:17:21 +01:00
parent 1423f13f49
commit 5677d30d3e
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -5121,7 +5121,7 @@ Route::set_active (bool yn, void* src)
return;
}
if (is_singleton ()) {
if (is_singleton () && !yn) {
return;
}