From 51b6dc8f3d450888e1d6539589fc35f4266d55ac Mon Sep 17 00:00:00 2001 From: psykose Date: Wed, 16 Oct 2024 05:40:00 +0200 Subject: [PATCH] clear up name --- 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 c57afef..74a428b 100644 --- a/src/ui/setup.vala +++ b/src/ui/setup.vala @@ -119,7 +119,7 @@ public class Ui.Setup : Adw.PreferencesDialog { public void save () { this.authn_can_edit = false; - Secret.password_store.begin (secret_schema, null, "Subsonic password", this.password, null, (obj, res) => { + Secret.password_store.begin (secret_schema, null, "Audrey Subsonic password", this.password, null, (obj, res) => { try { Secret.password_store.end (res); } catch (Error e) {