diff --git a/GreenshotPlugin/Core/CoreConfiguration.cs b/GreenshotPlugin/Core/CoreConfiguration.cs index 67b4917e2..91417465f 100644 --- a/GreenshotPlugin/Core/CoreConfiguration.cs +++ b/GreenshotPlugin/Core/CoreConfiguration.cs @@ -254,7 +254,7 @@ namespace GreenshotPlugin.Core { } return Environment.GetFolderPath(Environment.SpecialFolder.Desktop); case "DWMBackgroundColor": - return Color.White; + return Color.Transparent; case "ActiveTitleFixes": List activeDefaults = new List(); activeDefaults.Add("Firefox");