mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-27 09:12:34 -04:00
Fix #2136280 [Disabling all AI plugins errors configure dialog](https://bugs.launchpad.net/calibre/+bug/2136280)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user