[gnome-shell] status/network: Show vpn-disabled icon when vpn is disabled
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] status/network: Show vpn-disabled icon when vpn is disabled
- Date: Wed, 23 Feb 2022 00:20:03 +0000 (UTC)
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]