status/network: Show vpn-disabled icon when vpn is disabled
https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/2186 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2198>
This commit is contained in:
parent
ca4f6e0123
commit
2898b4d29c
@ -1601,7 +1601,7 @@ var NMVpnSection = class extends NMConnectionSection {
|
||||
}
|
||||
|
||||
_getMenuIcon() {
|
||||
return this.getIndicatorIcon() || 'network-vpn-symbolic';
|
||||
return this.getIndicatorIcon() || 'network-vpn-disabled-symbolic';
|
||||
}
|
||||
|
||||
activateConnection(connection) {
|
||||
|
Loading…
Reference in New Issue
Block a user