mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-05-02 01:39:37 -05:00
fix: Window title not always updating correctly
This commit is contained in:
@@ -113,10 +113,6 @@ namespace hex {
|
||||
EventManager::post<EventWindowClosing>(this->m_window);
|
||||
});
|
||||
|
||||
EventManager::subscribe<EventProviderDeleted>(this, [](const auto*) {
|
||||
EventManager::post<RequestChangeWindowTitle>("");
|
||||
});
|
||||
|
||||
EventManager::subscribe<RequestChangeWindowTitle>(this, [this](const std::string &windowTitle) {
|
||||
std::string title = "ImHex";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user