[TextExtractor]Properly initialize PreferredLanguage (#23095)

This commit is contained in:
Jaime Bernardo 2023-01-04 15:56:50 +00:00 committed by GitHub
parent 9a77c3a87a
commit a510d5e3ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ namespace Microsoft.PowerToys.Settings.UI.Library
public PowerOcrProperties()
{
ActivationShortcut = new HotkeySettings(true, false, false, true, 0x54); // Win+Shift+T
PreferredLanguage = string.Empty;
}
public HotkeySettings ActivationShortcut { get; set; }