clear up name

This commit is contained in:
psykose 2024-10-16 05:40:00 +02:00
parent b18c8820a2
commit 51b6dc8f3d

View file

@ -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) {