mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
impr: Unlock frame rate in more cases
This commit is contained in:
@@ -518,6 +518,9 @@ namespace hex {
|
||||
EventFileDropped::post(reinterpret_cast<const char8_t *>(paths[i]));
|
||||
}
|
||||
});
|
||||
EventFileDropped::subscribe([this] {
|
||||
this->unlockFrameRate();
|
||||
});
|
||||
}
|
||||
|
||||
bool borderlessWindowMode = ImHexApi::System::isBorderlessWindowModeEnabled();
|
||||
|
||||
Reference in New Issue
Block a user