diff options
author | Robert Tari <robert@tari.in> | 2024-06-19 12:46:30 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2024-06-19 16:47:41 +0200 |
commit | d9736d7141f5173ab7f07d2d1813b58400575c13 (patch) | |
tree | c31b3d0df057b90200ebaeca1c941454ca59afb4 /src/settings.vala | |
parent | c48673e2d46c61eea9e6b5be4eb3ef3e8c4d3ad7 (diff) | |
download | arctica-greeter-d9736d7141f5173ab7f07d2d1813b58400575c13.tar.gz arctica-greeter-d9736d7141f5173ab7f07d2d1813b58400575c13.tar.bz2 arctica-greeter-d9736d7141f5173ab7f07d2d1813b58400575c13.zip |
Make position of the greeter magnifier configurable
fixes https://github.com/AyatanaIndicators/ayatana-indicator-a11y/issues/26
Diffstat (limited to 'src/settings.vala')
-rw-r--r-- | src/settings.vala | 3 |
1 files changed, 2 insertions, 1 deletions
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 <mike.gabriel@das-netzwerkteam.de> * Copyright (C) 2022 Mihai Moldovan <ionic@ionic.de> - * 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) { |