mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
fix: Remaining compile errors
This commit is contained in:
@@ -367,7 +367,7 @@ namespace hex::plugin::builtin {
|
||||
}
|
||||
|
||||
m_changeEventAcknowledgementPending = true;
|
||||
ui::BannerButton::open(ICON_VS_INFO, "hex.builtin.provider.file.reload_changes"_lang, ImColor(66, 104, 135), "hex.builtin.provider.file.reload_changes.reload", [this] {
|
||||
ui::BannerButton::open(ICON_VS_INFO, "hex.builtin.provider.file.reload_changes", ImColor(66, 104, 135), "hex.builtin.provider.file.reload_changes.reload", [this] {
|
||||
this->close();
|
||||
(void)this->open(!m_loadedIntoMemory);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user