mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
st/settings: Add new disable-show-password setting
There's now a setting org.gnome.desktop.lockdown disable-show-password that ostensibly lets admins prevent from users from showing their password in password dialogs. gnome-shell currently ignores this key. As a first step, this commit adds the setting to StSettings. Future commits will use the new setting. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/687>
This commit is contained in:
parent
4ae06a2879
commit
162d694d9a
2 changed files with 37 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ gjs_req = '>= 1.68.1'
|
|||
gtk_req = '>= 3.15.0'
|
||||
mutter_req = '>= 41.alpha'
|
||||
polkit_req = '>= 0.100'
|
||||
schemas_req = '>= 3.33.1'
|
||||
schemas_req = '>= 41.alpha'
|
||||
startup_req = '>= 0.11'
|
||||
ibus_req = '>= 1.5.2'
|
||||
gnome_desktop_req = '>= 3.35.90'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue