[clients_icons] Remove redundant option and update descriptions
This commit is contained in:
committed by
Daniel Brötzmann
parent
6d2e4014d7
commit
dadfbeb67f
@@ -36,13 +36,6 @@ class ClientsIconsConfigDialog(SettingsDialog):
|
||||
|
||||
self.plugin = plugin
|
||||
settings = [
|
||||
Setting(SettingKind.SWITCH,
|
||||
_('Show Icons in Tooltip'),
|
||||
SettingType.VALUE,
|
||||
self.plugin.config['show_in_tooltip'],
|
||||
callback=self._on_setting,
|
||||
data='show_in_tooltip'),
|
||||
|
||||
Setting(SettingKind.SWITCH,
|
||||
_('Show Icon for Unknown Clients'),
|
||||
SettingType.VALUE,
|
||||
|
||||
Reference in New Issue
Block a user