diff options
Diffstat (limited to 'netspeed/data/org.mate.panel.applet.netspeed.gschema.xml.in')
-rw-r--r-- | netspeed/data/org.mate.panel.applet.netspeed.gschema.xml.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/netspeed/data/org.mate.panel.applet.netspeed.gschema.xml.in b/netspeed/data/org.mate.panel.applet.netspeed.gschema.xml.in index 88b6a8aa..a45dadb1 100644 --- a/netspeed/data/org.mate.panel.applet.netspeed.gschema.xml.in +++ b/netspeed/data/org.mate.panel.applet.netspeed.gschema.xml.in @@ -15,6 +15,11 @@ <summary>Show bits</summary> <description>If true, show speed in bits instead of bytes.</description> </key> + <key name="show-all-addresses" type="b"> + <default>false</default> + <summary>Show IPv4 and IPv6 addresses on tooltip</summary> + <description>If true, show both IP addresses if enabled.</description> + </key> <key name="show-icon" type="b"> <default>true</default> <summary>Show icon</summary> |