mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-30 06:52:52 +00:00
KeyboardMapper: Reset modified flag after loading a file
This commit is contained in:
parent
2fd7506212
commit
ae9e4c6f26
Notes:
sideshowbarker
2024-07-17 17:47:19 +09:00
Author: https://github.com/krkk
Commit: ae9e4c6f26
Pull-request: https://github.com/SerenityOS/serenity/pull/12775
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@ ErrorOr<void> KeyboardMapperWidget::load_map_from_file(const String& filename)
|
||||||
radio_button.set_checked(radio_button.name() == "map");
|
radio_button.set_checked(radio_button.name() == "map");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
window()->set_modified(false);
|
||||||
update_window_title();
|
update_window_title();
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue