mirror of
https://github.com/microsoft/PowerToys
synced 2024-11-22 08:11:25 +00:00
[TextExtractor]Properly initialize PreferredLanguage (#23095)
This commit is contained in:
parent
9a77c3a87a
commit
a510d5e3ce
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user