Merge pull request #409 from konstantingross/feature/Add_missing_config_parameter_#407

Add missing config parameter fixes #407
This commit is contained in:
Gregor Biswanger
2020-05-21 20:40:28 +02:00
committed by GitHub
3 changed files with 10 additions and 3 deletions

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();