diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/org.mate.calc.gschema.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.mate.calc.gschema.xml b/data/org.mate.calc.gschema.xml index 37295c1..507af68 100644 --- a/data/org.mate.calc.gschema.xml +++ b/data/org.mate.calc.gschema.xml @@ -47,6 +47,11 @@ <summary>Show Trailing Zeroes</summary> <description>Indicates whether any trailing zeroes after the numeric point should be shown in the display value.</description> </key> + <key type="b" name="show-history"> + <default>false</default> + <summary>Show History</summary> + <description>Shows all recent calculations</description> + </key> <key name="number-format" enum="org.mate.calc.NumberFormat"> <default>'automatic'</default> <summary>Number format</summary> |