Typo in summary

This commit is contained in:
Konstantin Gross
2020-05-20 18:58:31 +02:00
parent c40affb32e
commit a5543bfe60

View File

@@ -89,7 +89,7 @@ namespace ElectronNET.API
/// </list>
/// Your application should then always use <see cref="ShouldUseDarkColorsAsync"/> to determine what CSS to apply.
/// </summary>
/// <param name="themeSource">The new ThemeSource.</param>
/// <param name="themeSourceMode">The new ThemeSource.</param>
public void SetThemeSource(ThemeSourceMode themeSourceMode)
{
var themeSource = themeSourceMode.GetDescription();