Procházet zdrojové kódy

Enable background by default

Easier to see and click on first use
Daniel Chalmers před 3 roky
rodič
revize
f96811b8e1
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      DesktopClock/Properties/Settings.cs

+ 1 - 1
DesktopClock/Properties/Settings.cs

@@ -39,7 +39,7 @@ namespace DesktopClock.Properties
         public int Height { get; set; } = 48;
         public string TimeZone { get; set; } = string.Empty;
         public string Format { get; set; } = "dddd, MMM dd, HH:mm:ss";
-        public bool BackgroundEnabled { get; set; } = false;
+        public bool BackgroundEnabled { get; set; } = true;
         public double BackgroundOpacity { get; set; } = 0.90;
         public Color OuterColor { get; set; }
         public Color TextColor { get; set; }