diff options
author | rbuj <[email protected]> | 2020-12-14 15:44:45 +0100 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2020-12-18 09:30:19 -0500 |
commit | 43afa6d5de37f36c196459bb441311a65bcc386c (patch) | |
tree | d315e4bf1ca6576c228ce9cb273a710df41ac3c3 /netspeed/data/org.mate.panel.applet.netspeed.gschema.xml.in | |
parent | 1b7915e471b1105368b5bd07a616c8339c6cf7dc (diff) | |
download | mate-applets-43afa6d5de37f36c196459bb441311a65bcc386c.tar.bz2 mate-applets-43afa6d5de37f36c196459bb441311a65bcc386c.tar.xz |
netspeed: show all IP addresses on tooltip if enabled
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> |