mirror of https://github.com/WerWolv/ImHex.git
fix: Build issues due to invalid capture
This commit is contained in:
parent
4fb74a1769
commit
13afd96806
|
@ -131,7 +131,7 @@ namespace hex {
|
||||||
|
|
||||||
constexpr static auto CrashBackupFileName = "crash_backup.hexproj";
|
constexpr static auto CrashBackupFileName = "crash_backup.hexproj";
|
||||||
|
|
||||||
EventManager::subscribe<EventAbnormalTermination>(this, [this, CrashBackupFileName](int) {
|
EventManager::subscribe<EventAbnormalTermination>(this, [this](int) {
|
||||||
ImGui::SaveIniSettingsToDisk(this->m_imguiSettingsPath.string().c_str());
|
ImGui::SaveIniSettingsToDisk(this->m_imguiSettingsPath.string().c_str());
|
||||||
|
|
||||||
if (!ImHexApi::Provider::isDirty())
|
if (!ImHexApi::Provider::isDirty())
|
||||||
|
|
Loading…
Reference in New Issue