diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-10-08 14:23:41 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:12:47 +0100 |
commit | 8550205a77b07234c356ea9d0fa3c486fb0e042a (patch) | |
tree | 150132fc164d00266194b33ff8627174c428a9f2 /src/config.json | |
parent | 168f29231cd8fa3b3c8f69f287c9523e67af0ef9 (diff) |
FUNCT Add network status integration
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 |