Flow.Launcher/Plugins/Flow.Launcher.Plugin.WebSearch
Nilvan Lopes 2176553b26 Add max suggestions setting for web search plugins
Introduced a MaxSuggestions property (min 1, max 10) to control the number of autocomplete suggestions shown in web search plugins. Updated the UI to allow user configuration and added localized labels for the new setting in all supported languages. Suggestions in results are now limited according to this setting.
2026-01-02 14:32:44 -03:00
..
Images [WebSearch] Add copy URL to menu 2024-11-18 17:07:57 +05:00
Languages Add max suggestions setting for web search plugins 2026-01-02 14:32:44 -03:00
SuggestionSources Use class name instead 2025-04-13 17:59:39 +08:00
Flow.Launcher.Plugin.WebSearch.csproj Merge remote-tracking branch 'origin/dev' into net9 2025-07-15 15:52:34 -07:00
Main.cs Add max suggestions setting for web search plugins 2026-01-02 14:32:44 -03:00
plugin.json set all of plugins' version to default 1.0.0 2025-05-20 09:06:11 +00:00
SearchSource.cs Add private mode option to WebSearch items 2025-08-09 16:21:10 +02:00
SearchSourceSetting.xaml Add private mode option to WebSearch items 2025-08-09 16:21:10 +02:00
SearchSourceSetting.xaml.cs Fix ArgumentOutOfRangeException in WebSearch Plugin (#4041) 2025-10-11 18:34:05 +11:00
SearchSourceViewModel.cs Use api functions in plugin projects 2025-04-02 18:25:28 +08:00
setting.json Fix IsEnabled binding for suggestion combobox 2025-08-09 11:51:12 +02:00
Settings.cs Add max suggestions setting for web search plugins 2026-01-02 14:32:44 -03:00
SettingsControl.xaml Add max suggestions setting for web search plugins 2026-01-02 14:32:44 -03:00
SettingsControl.xaml.cs change from remove/insert to move 2025-10-10 11:40:06 +02:00
SettingsViewModel.cs Clean up codes 2025-03-13 22:02:45 +08:00