Bloodsucker
This commit is contained in:
parent
6cdd924613
commit
f03d13f7db
8 changed files with 140 additions and 811 deletions
|
@ -277,6 +277,12 @@ class NetworkProviderSection(StatefulSection, Updater):
|
|||
self.ssid = p.stdout.strip().decode()
|
||||
elif self.iface.startswith('tun') or self.iface.startswith('tap'):
|
||||
self.icon = ''
|
||||
elif self.iface.startswith('docker'):
|
||||
self.icon = ''
|
||||
elif self.iface.startswith('veth'):
|
||||
self.icon = ''
|
||||
elif self.iface.startswith('vboxnet'):
|
||||
self.icon = ''
|
||||
else:
|
||||
self.icon = '?'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue