summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Lundblad <ml@update.uu.se>2020-06-19 23:40:30 +0200
committerMarcus Lundblad <ml@update.uu.se>2020-06-24 08:12:52 +0200
commit33a9b6fc8b46d00315c586b195e8dc64899671d1 (patch)
treed1018c067ba38f860b9b056b414caa64e42c91e5
parent897e2ece7d777547723c0ea7ae1624cbc1399700 (diff)
downloadgnome-maps-33a9b6fc8b46d00315c586b195e8dc64899671d1.tar.gz
gschema: Add key for toggling hybrid aerial tiles
-rw-r--r--data/org.gnome.Maps.gschema.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.gnome.Maps.gschema.xml b/data/org.gnome.Maps.gschema.xml
index 7583d40b..9fdf7c6a 100644
--- a/data/org.gnome.Maps.gschema.xml
+++ b/data/org.gnome.Maps.gschema.xml
@@ -86,5 +86,10 @@
<summary>Night mode</summary>
<description>Whether the application is in night mode.</description>
</key>
+ <key name="hybrid-aerial" type="b">
+ <default>false</default>
+ <summary>Use hybrid aerial tiles</summary>
+ <description>Whether aerial tiles should use hybrid style (with labels).</description>
+ </key>
</schema>
</schemalist>