mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
chore: Add documentation about popup opening
This commit is contained in:
@@ -427,6 +427,8 @@ namespace hex {
|
||||
}
|
||||
|
||||
// Open popups when plugins requested it
|
||||
// We retry every frame until the popup actually opens
|
||||
// It might not open the first time because another popup is already open
|
||||
{
|
||||
std::scoped_lock lock(m_popupMutex);
|
||||
m_popupsToOpen.remove_if([](const auto &name) {
|
||||
|
||||
Reference in New Issue
Block a user