mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
[TextExtractor]Properly initialize PreferredLanguage (#23095)
This commit is contained in:
@@ -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; }
|
||||||
|
|||||||
Reference in New Issue
Block a user