mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 21:05:56 -05:00
impr: Add close button to toolbar
This commit is contained in:
@@ -11,7 +11,7 @@ namespace hex::plugin::builtin {
|
||||
EventManager::subscribe<EventProviderOpened>([this](auto *newProvider) {
|
||||
if (newProvider == this)
|
||||
return;
|
||||
|
||||
|
||||
ImHexApi::Provider::remove(this, true);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user