mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
KeyboardMapper: Reset modified flag after loading a file
This commit is contained in:
@@ -124,6 +124,7 @@ ErrorOr<void> KeyboardMapperWidget::load_map_from_file(const String& filename)
|
||||
radio_button.set_checked(radio_button.name() == "map");
|
||||
}
|
||||
|
||||
window()->set_modified(false);
|
||||
update_window_title();
|
||||
return {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user