This commit is contained in:
Kovid Goyal 2024-04-19 22:00:36 +05:30
parent ad8cddce40
commit c581bad34e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -42,8 +42,7 @@ from qt.core import (
from calibre import force_unicode from calibre import force_unicode
from calibre.constants import filesystem_encoding, islinux from calibre.constants import filesystem_encoding, islinux
from calibre.gui2 import (BOOK_DETAILS_DISPLAY_DEBOUNCE_DELAY, FunctionDispatcher, from calibre.gui2 import BOOK_DETAILS_DISPLAY_DEBOUNCE_DELAY, FunctionDispatcher, error_dialog, gprefs, show_restart_warning
error_dialog, gprefs, show_restart_warning)
from calibre.gui2.dialogs.enum_values_edit import EnumValuesEdit from calibre.gui2.dialogs.enum_values_edit import EnumValuesEdit
from calibre.gui2.gestures import GestureManager from calibre.gui2.gestures import GestureManager
from calibre.gui2.library import DEFAULT_SORT from calibre.gui2.library import DEFAULT_SORT