mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
We use TextEditor::on_modified_change() to update the modified window flag, which it also works on file saves, so we don't have to unset it there anymore! It isn't really what the FIXME note asked about -- GUI::TextDocument only sends us notifications about the changes, but overall I don't think it's that bad, given that the whole window update logic is now in one function. :^)