mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:47:35 +00:00
HexEditor: Store UI layout preferences in config file
This commit is contained in:
parent
d1c8f4a2e0
commit
7982f9aa70
2 changed files with 21 additions and 2 deletions
|
@ -30,6 +30,8 @@ private:
|
|||
void set_path(const LexicalPath& file);
|
||||
void update_title();
|
||||
|
||||
RefPtr<Core::ConfigFile> m_config;
|
||||
|
||||
RefPtr<HexEditor> m_editor;
|
||||
String m_path;
|
||||
String m_name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue