From e77f48b2c5ef619b6c3fd54796d2d5b72f355cdf Mon Sep 17 00:00:00 2001
From: Konstantin Gross <6459825+konstantingross@users.noreply.github.com>
Date: Mon, 18 May 2020 21:01:47 +0200
Subject: [PATCH] Fix formatting and summary
---
ElectronNET.API/NativeTheme.cs | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/ElectronNET.API/NativeTheme.cs b/ElectronNET.API/NativeTheme.cs
index c52374c..a3485cc 100644
--- a/ElectronNET.API/NativeTheme.cs
+++ b/ElectronNET.API/NativeTheme.cs
@@ -44,7 +44,6 @@ namespace ElectronNET.API
string.Equals(themeSource, "light", StringComparison.OrdinalIgnoreCase) ||
string.Equals(themeSource, "system", StringComparison.OrdinalIgnoreCase);
-
return result;
}
@@ -119,7 +118,6 @@ namespace ElectronNET.API
/// A property that can be 'system', 'light' or 'dark'. It is used to override () and
/// supercede the value that Chromium has chosen to use internally.
///
- ///
public Task GetThemeSourceAsync()
{
var taskCompletionSource = new TaskCompletionSource();
@@ -138,8 +136,8 @@ namespace ElectronNET.API
///
/// A for if the OS / Chromium currently has a dark mode enabled or is
- /// being instructed to show a dark-style UI.If you want to modify this value you
- /// should use 'themeSource' below.
+ /// being instructed to show a dark-style UI. If you want to modify this value you
+ /// should use .
///
public Task ShouldUseDarkColorsAsync()
{
@@ -226,4 +224,4 @@ namespace ElectronNET.API
private event Action _updated;
}
-}
+}
\ No newline at end of file