mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-04-02 15:21:57 -04:00
Fix #2136280 [Disabling all AI plugins errors configure dialog](https://bugs.launchpad.net/calibre/+bug/2136280)
This commit is contained in:
parent
e2899e558a
commit
d788da05f2
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user