1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:27:45 +00:00

HexEditor: Display dirty close icon when the file is changed

This commit is contained in:
Karol Kosek 2022-02-14 16:20:13 +01:00 committed by Tim Flynn
parent f648a79f42
commit f18ae27fe9
2 changed files with 10 additions and 19 deletions

View file

@ -62,6 +62,4 @@ private:
RefPtr<GUI::ToolbarContainer> m_toolbar_container;
RefPtr<GUI::TableView> m_search_results;
RefPtr<GUI::Widget> m_search_results_container;
bool m_document_dirty { false };
};