mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
impr: Added more generic way to unlock frame rate when needed
This commit is contained in:
@@ -15,6 +15,8 @@ namespace hex::plugin::builtin {
|
||||
m_onFinish(std::move(onFinish)){ }
|
||||
|
||||
void drawContent() override {
|
||||
ImHexApi::System::unlockFrameRate();
|
||||
|
||||
ImGui::TextUnformatted("hex.builtin.popup.waiting_for_tasks.desc"_lang);
|
||||
ImGui::Separator();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user