fix keyring unlock

closes #5
This commit is contained in:
psykose 2024-10-20 08:31:20 +02:00
parent cc525dcc80
commit 800bff6e1a

View file

@ -78,7 +78,7 @@ public class Ui.Setup : Adw.PreferencesDialog {
Secret.password_searchv.begin ( Secret.password_searchv.begin (
secret_schema, secret_schema,
new HashTable<string, string> (null, null), new HashTable<string, string> (null, null),
Secret.SearchFlags.NONE, Secret.SearchFlags.NONE | Secret.SearchFlags.UNLOCK,
null, null,
(obj, res) => { (obj, res) => {
try { try {