Removed unused option to retain aax files.
This commit is contained in:
parent
258887152d
commit
d564876eaa
@ -82,14 +82,7 @@ namespace FileManager
|
|||||||
get => persistentDictionary.GetString(nameof(DecryptInProgressEnum));
|
get => persistentDictionary.GetString(nameof(DecryptInProgressEnum));
|
||||||
set => persistentDictionary.Set(nameof(DecryptInProgressEnum), value);
|
set => persistentDictionary.Set(nameof(DecryptInProgressEnum), value);
|
||||||
}
|
}
|
||||||
|
|
||||||
[Description("Retain .aax files after decrypting?")]
|
|
||||||
public bool RetainAaxFiles
|
|
||||||
{
|
|
||||||
get => persistentDictionary.Get<bool>(nameof(RetainAaxFiles));
|
|
||||||
set => persistentDictionary.Set(nameof(RetainAaxFiles), value);
|
|
||||||
}
|
|
||||||
|
|
||||||
// note: any potential file manager static ctors can't compensate if storage dir is changed at run time via settings. this is partly bad architecture. but the side effect is desirable. if changing LibationFiles location: restart app
|
// note: any potential file manager static ctors can't compensate if storage dir is changed at run time via settings. this is partly bad architecture. but the side effect is desirable. if changing LibationFiles location: restart app
|
||||||
|
|
||||||
// singleton stuff
|
// singleton stuff
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user