Skip to content

Commit

Permalink
Fix: Show UseHotkeyToCallOut multi-language text correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinyfish committed Aug 10, 2024
1 parent f97d375 commit 71a4192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainWindow/MainWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
</local:MyHorizontalBlock>

<local:MyHorizontalStackPanel>
<CheckBox Content="Use hotkey to call out" IsChecked="{Binding EnableHotkeyTrigger}" />
<CheckBox Content="{l:Localize UseHotkeyToCallOut}" IsChecked="{Binding EnableHotkeyTrigger}" />
<CheckBox Content="{l:Localize SettingHotkeyStratagemsViaMicrophone}"
IsChecked="{Binding EnableSetKeyBySpeech}"
IsVisible="{Binding EnableHotkeyTrigger}"
Expand Down

0 comments on commit 71a4192

Please sign in to comment.