|
|
|
|
@ -200,7 +200,7 @@ class QtPluginBase(object):
|
|
|
|
|
return |
|
|
|
|
tooltip = self.device + '\n' + (keystore.label or 'unnamed') |
|
|
|
|
cb = partial(self.show_settings_dialog, window, keystore) |
|
|
|
|
button = StatusBarButton(QIcon(self.icon_unpaired), tooltip, cb) |
|
|
|
|
button = StatusBarButton(read_QIcon(self.icon_unpaired), tooltip, cb) |
|
|
|
|
button.icon_paired = self.icon_paired |
|
|
|
|
button.icon_unpaired = self.icon_unpaired |
|
|
|
|
window.statusBar().addPermanentWidget(button) |
|
|
|
|
|