Fix #2136280 [Disabling all AI plugins errors configure dialog](https://bugs.launchpad.net/calibre/+bug/2136280)

This commit is contained in:
Kovid Goyal 2025-12-16 12:07:06 +05:30
parent e2899e558a
commit d788da05f2
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -38,7 +38,7 @@ class ConfigureAI(QWidget):
else:
self.none_label = la = QLabel(_('No AI providers found that have the capabilities: {}. Make sure you have not'
' disabled some AI provider plugins').format(purpose))
s.addWidget()
s.addWidget(la)
v.addWidget(self.gb)
@property