parent
cc525dcc80
commit
800bff6e1a
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ public class Ui.Setup : Adw.PreferencesDialog {
|
|||
Secret.password_searchv.begin (
|
||||
secret_schema,
|
||||
new HashTable<string, string> (null, null),
|
||||
Secret.SearchFlags.NONE,
|
||||
Secret.SearchFlags.NONE | Secret.SearchFlags.UNLOCK,
|
||||
null,
|
||||
(obj, res) => {
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue