We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c40affb commit a5543bfCopy full SHA for a5543bf
ElectronNET.API/NativeTheme.cs
@@ -89,7 +89,7 @@ internal static NativeTheme Instance
89
/// </list>
90
/// Your application should then always use <see cref="ShouldUseDarkColorsAsync"/> to determine what CSS to apply.
91
/// </summary>
92
- /// <param name="themeSource">The new ThemeSource.</param>
+ /// <param name="themeSourceMode">The new ThemeSource.</param>
93
public void SetThemeSource(ThemeSourceMode themeSourceMode)
94
{
95
var themeSource = themeSourceMode.GetDescription();
0 commit comments