Fixed naming
This commit is contained in:
parent
f138be5a1f
commit
ba86c99ad5
@ -220,7 +220,7 @@ public static class AppSettings
|
|||||||
private static int CACHE_DEEPL_SOURCE_CULTURE = -1;
|
private static int CACHE_DEEPL_SOURCE_CULTURE = -1;
|
||||||
private static bool CACHE_DEEPL_SOURCE_CULTURE_IS_LOADED = false;
|
private static bool CACHE_DEEPL_SOURCE_CULTURE_IS_LOADED = false;
|
||||||
|
|
||||||
public static async Task SetDeepLSourceCulture(int cultureIndex)
|
public static async Task SetDeepLSourceCultureIndex(int cultureIndex)
|
||||||
{
|
{
|
||||||
// Update the cache:
|
// Update the cache:
|
||||||
CACHE_DEEPL_SOURCE_CULTURE = cultureIndex;
|
CACHE_DEEPL_SOURCE_CULTURE = cultureIndex;
|
||||||
|
Loading…
Reference in New Issue
Block a user