clear up name
This commit is contained in:
parent
b18c8820a2
commit
51b6dc8f3d
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ public class Ui.Setup : Adw.PreferencesDialog {
|
||||||
|
|
||||||
public void save () {
|
public void save () {
|
||||||
this.authn_can_edit = false;
|
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 {
|
try {
|
||||||
Secret.password_store.end (res);
|
Secret.password_store.end (res);
|
||||||
} catch (Error e) {
|
} catch (Error e) {
|
||||||
|
|
Loading…
Reference in a new issue