diff options
Diffstat (limited to 'src/settings.vala')
-rw-r--r-- | src/settings.vala | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings.vala b/src/settings.vala index d347813..33d40c1 100644 --- a/src/settings.vala +++ b/src/settings.vala @@ -26,6 +26,7 @@ public class AGSettings : Object { public const string KEY_BACKGROUND = "background"; public const string KEY_BACKGROUND_COLOR = "background-color"; + public const string KEY_BACKGROUND_MODE = "background-mode"; 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"; |