Formatting
This commit is contained in:
parent
9e755502cb
commit
42589c89d8
@ -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