Skip to content

Commit 73f657f

Browse files
authored
Merge pull request #4279 from Flow-Launcher/websearch_ui
Enable TwoWay binding for MaxSuggestions NumberBox
2 parents ffa974b + c9baab7 commit 73f657f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Plugins/Flow.Launcher.Plugin.WebSearch/SettingsControl.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
SpinButtonPlacementMode="Compact"
165165
ValidationMode="InvalidInputOverwritten"
166166
ValueChanged="NumberBox_ValueChanged"
167-
Value="{Binding Settings.MaxSuggestions, Mode=OneWay}" />
167+
Value="{Binding Settings.MaxSuggestions, Mode=TwoWay}" />
168168
</StackPanel>
169169
<CheckBox
170170
Name="EnableSuggestion"

0 commit comments

Comments
 (0)