From 5214daf4e7fe8901b53326a586fa5e57ccd23f5d Mon Sep 17 00:00:00 2001 From: psykose Date: Sun, 20 Oct 2024 08:32:56 +0200 Subject: [PATCH] shorter --- src/ui/setup.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/setup.vala b/src/ui/setup.vala index 4c88c49..f73dd14 100644 --- a/src/ui/setup.vala +++ b/src/ui/setup.vala @@ -78,7 +78,7 @@ public class Ui.Setup : Adw.PreferencesDialog { Secret.password_searchv.begin ( secret_schema, new HashTable (null, null), - Secret.SearchFlags.NONE | Secret.SearchFlags.UNLOCK, + Secret.SearchFlags.UNLOCK, null, (obj, res) => { try {