Laserlicht 2 năm trước cách đây
mục cha
commit
86e6f7d156
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;