Laserlicht 2 years ago
parent
commit
86e6f7d156
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/lobby/CSelectionBase.cpp

+ 1 - 1
client/lobby/CSelectionBase.cpp

@@ -112,7 +112,7 @@ void CSelectionBase::toggleTab(std::shared_ptr<CIntObject> tab)
 		curTab.reset();
 	}
 
-	if(tabSel->showRandom)
+	if(tabSel->showRandom && tab != tabOpt)
 	{
 		tabSel->curFolder = "";
 		tabSel->showRandom = false;