Skip to content

Commit

Permalink
[TextExtractor]Properly initialize PreferredLanguage (#23095)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimecbernardo committed Jan 4, 2023
1 parent 9a77c3a commit a510d5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/settings-ui/Settings.UI.Library/PowerOcrProperties.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public class PowerOcrProperties
public PowerOcrProperties()
{
ActivationShortcut = new HotkeySettings(true, false, false, true, 0x54); // Win+Shift+T
PreferredLanguage = string.Empty;
}

public HotkeySettings ActivationShortcut { get; set; }
Expand Down

0 comments on commit a510d5e

Please sign in to comment.