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:
Jonas Dreßler 2022-02-18 21:45:26 +01:00 committed by Marge Bot
parent ca4f6e0123
commit 2898b4d29c

View File

@ -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) {