Fix loading 2.x sessions (forced set_active toggle)
This commit is contained in:
@@ -5121,7 +5121,7 @@ Route::set_active (bool yn, void* src)
|
||||
return;
|
||||
}
|
||||
|
||||
if (is_singleton ()) {
|
||||
if (is_singleton () && !yn) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user