Skip to content

Commit d01f9e8

Browse files
Use Adwaita 5G icon (#1359)
Co-authored-by: Daniel Landau <daniel@landau.fi>
1 parent 6cf637c commit d01f9e8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/service/plugins/connectivity_report.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,8 @@ var Plugin = GObject.registerClass({
9090
return 'network-cellular-gprs-symbolic';
9191
else if (this.network_type === 'HSPA')
9292
return 'network-cellular-hspa-symbolic';
93-
// FIXME: No icon for this!
94-
// https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/issues/114
9593
else if (this.network_type === '5G')
96-
return 'network-cellular-symbolic';
94+
return 'network-cellular-5g-symbolic';
9795

9896
return 'network-cellular-symbolic';
9997
}

0 commit comments

Comments
 (0)