diff --git a/src/Config/_GrampsConfigKeys.py b/src/Config/_GrampsConfigKeys.py
index 2e2b2f1d6..c186d1f77 100644
--- a/src/Config/_GrampsConfigKeys.py
+++ b/src/Config/_GrampsConfigKeys.py
@@ -174,6 +174,7 @@ PRIVATE_GIVEN_TEXT = ('preferences', 'private-given-text', 2)
PRIVATE_RECORD_TEXT = ('preferences', 'private-record-text', 2)
RELATION_DISPLAY_THEME= ('preferences', 'relation-display-theme', 2)
INVALID_DATE_FORMAT = ('preferences', 'invalid-date-format', 2)
+FULLSCREEN = ('interface', 'fullscreen', 0)
default_value = {
DEFAULT_SOURCE : False,
@@ -301,4 +302,5 @@ default_value = {
PRIVATE_RECORD_TEXT : "[%s]" % _("Private Record"),
RELATION_DISPLAY_THEME: "CLASSIC",
INVALID_DATE_FORMAT : "%s",
+ FULLSCREEN : False,
}
diff --git a/src/ViewManager.py b/src/ViewManager.py
index 9eb10dc75..e5995b07d 100644
--- a/src/ViewManager.py
+++ b/src/ViewManager.py
@@ -114,6 +114,7 @@ UIDEFAULT = '''
+