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 b086d0d commit fcb2a20Copy full SHA for fcb2a20
lib/view/pages/connections/connections_page.dart
@@ -54,7 +54,7 @@ class _ConnectionsPageState extends State<ConnectionsPage>
54
icon: Icon(YaruIcons.network_wired),
55
child: Text("Ethernet")),
56
Tab(
57
- icon: Icon(YaruIcons.call_incoming),
+ icon: Icon(YaruIcons.network_cellular),
58
child: Text("Cellular")),
59
]),
60
),
pubspec.yaml
@@ -35,7 +35,7 @@ dependencies:
35
git:
36
url: https://github.com/canonical/upower.dart
37
yaru: ^0.1.7
38
- yaru_icons: ^0.0.6
+ yaru_icons: ^0.0.7
39
yaru_widgets:
40
41
url: https://github.com/ubuntu/yaru_widgets.dart
0 commit comments