[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

View File

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