DecryptKey: static => account instance
This commit is contained in:
parent
3af010c1f5
commit
be84fb317e
8 changed files with 20 additions and 97 deletions
|
|
@ -43,13 +43,6 @@ namespace FileManager
|
|||
|
||||
public string SettingsFilePath => Path.Combine(LibationFiles, "Settings.json");
|
||||
|
||||
[Description("Your user-specific key used to decrypt your audible files (*.aax) into audio files you can use anywhere (*.m4b). Leave alone in most cases")]
|
||||
public string DecryptKey
|
||||
{
|
||||
get => persistentDictionary.GetString(nameof(DecryptKey));
|
||||
set => persistentDictionary.Set(nameof(DecryptKey), value);
|
||||
}
|
||||
|
||||
[Description("Location for book storage. Includes destination of newly liberated books")]
|
||||
public string Books
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue