From 622780a18b551efb05ea45719862c841c01ffe5d Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 25 Sep 2023 22:03:16 +0200 Subject: Show labels for 'Username:' and 'Password:' if configured via gsettings. Fixes: https://github.com/ArcticaProject/arctica-greeter/issues/62 --- src/settings.vala | 1 + 1 file changed, 1 insertion(+) (limited to 'src/settings.vala') 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"; -- cgit v1.2.3