diff options
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/config.json b/src/config.json index 6a68312..930da03 100644 --- a/src/config.json +++ b/src/config.json @@ -16,5 +16,12 @@ "id": "navigation", "icon": "icon icon-location" } - ] + ], + "network": { + "bluetooth": "icon-bluetooth", + "ethernet": "icon-ethernet", + "wifi": "icon-wifi", + "p2p": "icon-p2p", + "cellular": "icon-signal" + } }
\ No newline at end of file |