summaryrefslogtreecommitdiff
path: root/caribou/antler/antler_settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'caribou/antler/antler_settings.py')
-rw-r--r--caribou/antler/antler_settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/caribou/antler/antler_settings.py b/caribou/antler/antler_settings.py
index da8ac2f..57318dc 100644
--- a/caribou/antler/antler_settings.py
+++ b/caribou/antler/antler_settings.py
@@ -13,6 +13,7 @@ AntlerSettings = SettingsTopGroup(
"a 'natural' look and feel good for composing simple "
"text, to a fullscale keyboard."),
allowed=[(('touch'), _('Touch')),
+ (('fullscale'), _('Full scale')),
(('scan'), _('Scan'))]),
BooleanSetting("use_system", _("Use System Theme"),
True, _("Use System Theme")),