display weboob-config-qt at launch on Qt applications when there are no configured backends
This commit is contained in:
parent
31445de767
commit
f0ea8829a2
5 changed files with 24 additions and 3 deletions
|
|
@ -280,7 +280,7 @@ class BackendCfg(QDialog):
|
|||
backend.version,
|
||||
backend.maintainer.replace('&', '&').replace('<', '<').replace('>', '>'),
|
||||
backend.license,
|
||||
('<b>Website</b>: %s<br />' % backend.website) if backend.website else '',
|
||||
(unicode(self.tr('<b>Website</b>: %s<br />')) % backend.website) if backend.website else '',
|
||||
backend.description,
|
||||
', '.join([cap.__name__ for cap in backend.iter_caps()])))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue