diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-04-14 17:54:57 +0300 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-04-14 17:54:57 +0300 |
commit | 41d197cc21053b221ebc5af06efec66f77579e13 (patch) | |
tree | ba2149cdf543911f18a4ed2223fe21d0f317f915 /data | |
parent | eb80833b5d736180baa49c7f3787fe30eba161db (diff) | |
download | Furtherance-41d197cc21053b221ebc5af06efec66f77579e13.tar.zst |
Add preferences toggle for daily sums
Diffstat (limited to 'data')
-rwxr-xr-x | data/com.lakoliu.Furtherance.gschema.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/com.lakoliu.Furtherance.gschema.xml b/data/com.lakoliu.Furtherance.gschema.xml index a2d22ae..eb19b87 100755 --- a/data/com.lakoliu.Furtherance.gschema.xml +++ b/data/com.lakoliu.Furtherance.gschema.xml @@ -22,5 +22,8 @@ <key name="show-seconds" type="b"> <default>true</default> </key> + <key name="show-daily-sums" type="b"> + <default>true</default> + </key> </schema> </schemalist> |