Resolve "Add code generator for non win forms projects" #78
@ -528,9 +528,7 @@ public sealed partial class Setting : UserControl
|
|||||||
yield return ShowGeneratorModeSettingAsync();
|
yield return ShowGeneratorModeSettingAsync();
|
||||||
yield return ShowDeepLSourceCultureSettingAsync();
|
yield return ShowDeepLSourceCultureSettingAsync();
|
||||||
foreach (var setting in ShowCultureSettingsAsync())
|
foreach (var setting in ShowCultureSettingsAsync())
|
||||||
{
|
|
||||||
yield return setting;
|
yield return setting;
|
||||||
}
|
|
||||||
|
|
||||||
yield return ShowDeepLUsageSettingAsync();
|
yield return ShowDeepLUsageSettingAsync();
|
||||||
yield return ShowDeepLActionSettingAsync();
|
yield return ShowDeepLActionSettingAsync();
|
||||||
|
Loading…
Reference in New Issue
Block a user