We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf637c commit d01f9e8Copy full SHA for d01f9e8
src/service/plugins/connectivity_report.js
@@ -90,10 +90,8 @@ var Plugin = GObject.registerClass({
90
return 'network-cellular-gprs-symbolic';
91
else if (this.network_type === 'HSPA')
92
return 'network-cellular-hspa-symbolic';
93
- // FIXME: No icon for this!
94
- // https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/issues/114
95
else if (this.network_type === '5G')
96
- return 'network-cellular-symbolic';
+ return 'network-cellular-5g-symbolic';
97
98
return 'network-cellular-symbolic';
99
}
0 commit comments