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

View File

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