Compare commits

..

2 commits

Author SHA1 Message Date
Justin
dd02e2676c
Merge a68a631a4d into fd2a457e76 2024-10-31 16:19:21 -04:00
Chloe
fd2a457e76
extra spooky modtober uaf
Some checks failed
Build Binaries / Build Windows (push) Has been cancelled
Build Binaries / Build macOS (push) Has been cancelled
Build Binaries / Build Android (64-bit) (push) Has been cancelled
Build Binaries / Build Android (32-bit) (push) Has been cancelled
Build Binaries / Publish (push) Has been cancelled
2024-10-31 13:07:13 -07:00

View file

@ -934,6 +934,9 @@ void ModPopup::onLoadTags(typename server::ServerRequest<std::unordered_set<std:
}
tab.second = nullptr;
}
m_currentTabPage = nullptr;
// This might cause a minor inconvenience to someone who opens the popup and
// immediately switches to changelog but is then forced back into details
this->loadTab(Tab::Details);