Use Single() over First() in reflection to ensure correct match

This commit is contained in:
Tyfon
2024-06-01 01:07:37 -07:00
parent c3d97b31c3
commit b8c9e01ead
4 changed files with 17 additions and 17 deletions

View File

@@ -96,7 +96,7 @@ namespace UIFixes
configEntries.Add(KeepMessagesOpen = config.Bind(
GeneralSection,
"Keep Messages Window Open After Transfer",
"Keep Messages Window Open",
true,
new ConfigDescription(
"After receiving items from a transfer, reopen the messages window where you left off",