Resolve "Feature: Show completion" #74
@ -39,6 +39,9 @@ public static class DeepL
|
||||
{
|
||||
if (DEEPL_NOT_AVAILABLE)
|
||||
return string.Empty;
|
||||
|
||||
if (string.IsNullOrWhiteSpace(text))
|
||||
return string.Empty;
|
||||
|
||||
if (await AppSettings.GetDeepLMode() == SettingDeepLMode.DISABLED)
|
||||
return string.Empty;
|
||||
|
Loading…
Reference in New Issue
Block a user