From ccd51a00773e1b7dfbeae511dc2e3e2f2a8e5c92 Mon Sep 17 00:00:00 2001
From: Scrub <72096833+ScrubN@users.noreply.github.com>
Date: Sun, 7 Jul 2024 17:10:44 -0400
Subject: [PATCH] Default readable username colors to `true` (#1137)
* Default readable username colors to true
* Default WPF update time to 0.2
---
TwitchDownloaderCLI/Modes/Arguments/ChatRenderArgs.cs | 2 +-
TwitchDownloaderCLI/README.md | 2 +-
TwitchDownloaderWPF/App.config | 4 ++--
TwitchDownloaderWPF/Properties/Settings.Designer.cs | 4 ++--
TwitchDownloaderWPF/Properties/Settings.settings | 4 ++--
5 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/TwitchDownloaderCLI/Modes/Arguments/ChatRenderArgs.cs b/TwitchDownloaderCLI/Modes/Arguments/ChatRenderArgs.cs
index 188554b8..58667a2a 100644
--- a/TwitchDownloaderCLI/Modes/Arguments/ChatRenderArgs.cs
+++ b/TwitchDownloaderCLI/Modes/Arguments/ChatRenderArgs.cs
@@ -105,7 +105,7 @@ internal sealed class ChatRenderArgs : IFileCollisionArgs, ITwitchDownloaderArgs
[Option("alternate-backgrounds", Default = false, HelpText = "Alternates the background color of every other chat message to help tell them apart.")]
public bool AlternateMessageBackgrounds { get; set; }
- [Option("readable-colors", Default = false, HelpText = "Increases the contrast of usernames against the background or outline color.")]
+ [Option("readable-colors", Default = true, HelpText = "Increases the contrast of usernames against the background or outline color.")]
public bool AdjustUsernameVisibility { get; set; }
[Option("offline", Default = false, HelpText = "Render completely offline using only embedded emotes, badges, and bits from the input json.")]
diff --git a/TwitchDownloaderCLI/README.md b/TwitchDownloaderCLI/README.md
index 56ff057c..c0361987 100644
--- a/TwitchDownloaderCLI/README.md
+++ b/TwitchDownloaderCLI/README.md
@@ -288,7 +288,7 @@ Other = `1`, Broadcaster = `2`, Moderator = `4`, VIP = `8`, Subscriber = `16`, P
(Default: `false`) Alternates the background color of every other chat message to help tell them apart.
**--readable-colors**
-(Default: `false`) Increases the contrast of usernames against the background or outline color.
+(Default: `true`) Increases the contrast of usernames against the background or outline color.
**--offline**
(Default: `false`) Render completely offline using only embedded emotes, badges, and bits from the input json.
diff --git a/TwitchDownloaderWPF/App.config b/TwitchDownloaderWPF/App.config
index 087773d6..fadf8a0c 100644
--- a/TwitchDownloaderWPF/App.config
+++ b/TwitchDownloaderWPF/App.config
@@ -29,7 +29,7 @@
700
- 0.1
+ 0.2
True
@@ -230,7 +230,7 @@
30
- False
+ True
1
diff --git a/TwitchDownloaderWPF/Properties/Settings.Designer.cs b/TwitchDownloaderWPF/Properties/Settings.Designer.cs
index ab2114d5..967eff76 100644
--- a/TwitchDownloaderWPF/Properties/Settings.Designer.cs
+++ b/TwitchDownloaderWPF/Properties/Settings.Designer.cs
@@ -108,7 +108,7 @@ public int Width {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("0.1")]
+ [global::System.Configuration.DefaultSettingValueAttribute("0.2")]
public double UpdateTime {
get {
return ((double)(this["UpdateTime"]));
@@ -912,7 +912,7 @@ public int LogLevels {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("False")]
+ [global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool AdjustUsernameVisibility {
get {
return ((bool)(this["AdjustUsernameVisibility"]));
diff --git a/TwitchDownloaderWPF/Properties/Settings.settings b/TwitchDownloaderWPF/Properties/Settings.settings
index f3be4edd..55bedc3f 100644
--- a/TwitchDownloaderWPF/Properties/Settings.settings
+++ b/TwitchDownloaderWPF/Properties/Settings.settings
@@ -24,7 +24,7 @@
700
- 0.1
+ 0.2
True
@@ -225,7 +225,7 @@
30
- False
+ True
1