From d9736d7141f5173ab7f07d2d1813b58400575c13 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Wed, 19 Jun 2024 12:46:30 +0200 Subject: Make position of the greeter magnifier configurable fixes https://github.com/AyatanaIndicators/ayatana-indicator-a11y/issues/26 --- src/settings.vala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/settings.vala') diff --git a/src/settings.vala b/src/settings.vala index bb95c9f..ea1db9d 100644 --- a/src/settings.vala +++ b/src/settings.vala @@ -3,7 +3,7 @@ * Copyright (C) 2011,2012 Canonical Ltd * Copyright (C) 2015,2017 Mike Gabriel * Copyright (C) 2022 Mihai Moldovan - * Copyright (C) 2023 Robert Tari + * Copyright (C) 2023-2024 Robert Tari * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as @@ -88,6 +88,7 @@ public class AGSettings : Object public const string KEY_GEOCLUE_AGENT = "geoclue-agent"; public const string KEY_MAGNIFIER = "magnifier"; public const string KEY_CONTENT_ALIGN = "content-align"; + public const string KEY_MAGNIFIER_POSITION = "magnifier-position"; public static bool get_boolean (string key) { -- cgit v1.2.3