Libation 4.0 prep: purge global static config Configuration.LocaleCountryCode
This commit is contained in:
parent
258775ff3f
commit
2e5360f0ba
7 changed files with 32 additions and 114 deletions
|
|
@ -90,12 +90,6 @@ namespace FileManager
|
|||
set => persistentDictionary.Set(nameof(DecryptInProgressEnum), value);
|
||||
}
|
||||
|
||||
public string LocaleCountryCode
|
||||
{
|
||||
get => persistentDictionary.GetString(nameof(LocaleCountryCode));
|
||||
set => persistentDictionary.Set(nameof(LocaleCountryCode), 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
|
||||
|
||||
// singleton stuff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue