mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
fix: Some more popup rendering issues
This commit is contained in:
@@ -56,7 +56,7 @@ namespace hex::plugin::builtin {
|
||||
EventManager::subscribe<EventProviderClosing>([](hex::prv::Provider *provider, bool *shouldClose) {
|
||||
if (provider->isDirty()) {
|
||||
*shouldClose = false;
|
||||
PopupQuestion::open("hex.builtin.popup.close_provider.desc",
|
||||
PopupQuestion::open("hex.builtin.popup.close_provider.desc"_lang,
|
||||
[]{
|
||||
ImHexApi::Provider::remove(ImHexApi::Provider::impl::getClosingProvider(), true);
|
||||
PopupQuestion::close();
|
||||
|
||||
Reference in New Issue
Block a user