ux: Show currently loaded file name in window name

This commit is contained in:
WerWolv
2021-03-29 22:44:23 +02:00
parent f263685e44
commit 0cc7004d0d
3 changed files with 15 additions and 0 deletions

View File

@@ -110,6 +110,7 @@ namespace hex {
EVENT_DEF(RequestSelectionChange, Region);
EVENT_DEF(RequestAddBookmark, ImHexApi::Bookmarks::Entry);
EVENT_DEF(RequestAppendPatternLanguageCode, std::string);
EVENT_DEF(RequestChangeWindowTitle, std::string);
EVENT_DEF(RequestCloseImHex);
}