mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
Compare commits
2 commits
c774dd119c
...
dd02e2676c
Author | SHA1 | Date | |
---|---|---|---|
|
dd02e2676c | ||
|
fd2a457e76 |
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue