[gnome-shell] status/network: Show vpn-disabled icon when vpn is disabled



commit 2898b4d29c08243da6cef3747ac12c4bdd074b4f
Author: Jonas Dreßler <verdre v0yd nl>
Date:   Fri Feb 18 21:45:26 2022 +0100

    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>

 js/ui/status/network.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/js/ui/status/network.js b/js/ui/status/network.js
index 27ae5615fc..9f74877baf 100644
--- a/js/ui/status/network.js
+++ b/js/ui/status/network.js
@@ -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) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]