diff --git a/src/calibre/gui2/dialogs/edit_category_notes.py b/src/calibre/gui2/dialogs/edit_category_notes.py new file mode 100644 index 0000000000..ece8b7a7a2 --- /dev/null +++ b/src/calibre/gui2/dialogs/edit_category_notes.py @@ -0,0 +1,11 @@ +#!/usr/bin/env python +# License: GPLv3 Copyright: 2023, Kovid Goyal + + +from calibre.gui2.widgets2 import Dialog + + +class EditNoteDialog(Dialog): + + def __init__(self, field, item_id, db, parent=None): + self.db = db.new_api