aboutsummaryrefslogtreecommitdiff
path: root/src/settings.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.vala')
-rw-r--r--src/settings.vala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings.vala b/src/settings.vala
index b870bd2..efc72f2 100644
--- a/src/settings.vala
+++ b/src/settings.vala
@@ -33,6 +33,7 @@ public class AGSettings : Object
public const string KEY_DRAW_USER_BACKGROUNDS = "draw-user-backgrounds";
public const string KEY_DRAW_GRID = "draw-grid";
public const string KEY_SHOW_HOSTNAME = "show-hostname";
+ public const string KEY_SHOW_LOGIN_LABELS = "show-login-labels";
public const string KEY_LOGO = "logo";
public const string KEY_LOGO_ALPHA = "logo-alpha";
public const string KEY_THEME_NAME = "theme-name";