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

HexEditor: Store UI layout preferences in config file

This commit is contained in:
Brendan Coles 2021-05-24 14:56:27 +00:00 committed by Linus Groh
parent d1c8f4a2e0
commit 7982f9aa70
2 changed files with 21 additions and 2 deletions

View file

@ -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;