mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-18 22:43:31 +08:00
fixed enable suggestions display
This commit is contained in:
parent
23712ce590
commit
3929043eec
@ -21,7 +21,7 @@
|
|||||||
Content="{DynamicResource wox_plugin_websearch_enable_suggestion}" />
|
Content="{DynamicResource wox_plugin_websearch_enable_suggestion}" />
|
||||||
<ComboBox ItemsSource="{Binding Settings.Suggestions}"
|
<ComboBox ItemsSource="{Binding Settings.Suggestions}"
|
||||||
SelectedItem="{Binding Settings.SelectedSuggestion}"
|
SelectedItem="{Binding Settings.SelectedSuggestion}"
|
||||||
IsEnabled="{Binding ElementName=EnableSuggestion, Path=IsChecked}" Margin="10" />
|
IsEnabled="{Binding ElementName=EnableSuggestion, Path=IsChecked}" Margin="10,3,10,10" />
|
||||||
<!-- Not sure why binding IsEnabled directly to Settings.EnableWebSaerchSuggestion is not working -->
|
<!-- Not sure why binding IsEnabled directly to Settings.EnableWebSaerchSuggestion is not working -->
|
||||||
<Label Content="Open search in:" Margin="40 3 0 8"/>
|
<Label Content="Open search in:" Margin="40 3 0 8"/>
|
||||||
<RadioButton Name="NewWindowBrowser" GroupName="OpenSearchBehaviour" Content="New window" Click="OnNewBrowserWindowClick" Margin="10" />
|
<RadioButton Name="NewWindowBrowser" GroupName="OpenSearchBehaviour" Content="New window" Click="OnNewBrowserWindowClick" Margin="10" />
|
||||||
|
Loading…
Reference in New Issue
Block a user