chore: add comment

This commit is contained in:
aclist 2026-07-07 12:03:10 +09:00
parent 78151b3bb3
commit fa5f638697

View File

@ -288,6 +288,7 @@ class Options(Gtk.Box):
def _on_api_change_failed(self, emitter: "Emitter") -> None:
self.old_entry.set_text(self.old_text)
# TODO: use popover
dialog = ExceptionDialog(self.controller, errors.api_validation_error)
dialog.run()