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:
parent
f648a79f42
commit
f18ae27fe9
2 changed files with 10 additions and 19 deletions
|
@ -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 };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue