mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
committed by
Sam Atkins
parent
272917de28
commit
8753dc72e8
Notes:
sideshowbarker
2024-07-18 02:13:10 +09:00
Author: https://github.com/guerinoni Commit: https://github.com/SerenityOS/serenity/commit/8753dc72e8 Pull-request: https://github.com/SerenityOS/serenity/pull/14771 Issue: https://github.com/SerenityOS/serenity/issues/14297 Reviewed-by: https://github.com/itamar8910 ✅
@@ -40,6 +40,7 @@ EditorWrapper::EditorWrapper()
|
||||
|
||||
m_editor->on_modified_change = [this](bool) {
|
||||
update_title();
|
||||
update_editor_window_title();
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user