desktop/org.gnome.Geary.gschema.xml: Hide formatting toolbar by default

Fixes #736
This commit is contained in:
Michael Gratton 2020-05-06 18:35:03 +10:00
parent d5856bf72d
commit d8f2c6b498

View file

@ -46,7 +46,7 @@
</key>
<key name="formatting-toolbar-visible" type="b">
<default>true</default>
<default>false</default>
<summary>Show/hide formatting toolbar</summary>
<description>True if the formatting toolbar in the composer is shown.</description>
</key>