mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:17:34 +00:00
Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writing
This commit is contained in:
parent
54bbe52b51
commit
938051feb8
25 changed files with 29 additions and 29 deletions
|
@ -35,7 +35,7 @@ HexEditorWidget::HexEditorWidget()
|
|||
{
|
||||
load_from_gml(hex_editor_window_gml);
|
||||
|
||||
m_config = Core::ConfigFile::get_for_app("HexEditor");
|
||||
m_config = Core::ConfigFile::get_for_app("HexEditor", Core::ConfigFile::AllowWriting::Yes);
|
||||
|
||||
m_toolbar = *find_descendant_of_type_named<GUI::Toolbar>("toolbar");
|
||||
m_toolbar_container = *find_descendant_of_type_named<GUI::ToolbarContainer>("toolbar_container");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue