Skip to content

Commit c2a6330

Browse files
committed
update wording and bump WebSearch version
1 parent 4e5975c commit c2a6330

File tree

5 files changed

+4
-7
lines changed

5 files changed

+4
-7
lines changed

Flow.Launcher/CustomQueryHotkeySetting.xaml.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
using System.Windows.Input;
1010
using System.Windows.Controls;
1111

12-
1312
namespace Flow.Launcher
1413
{
1514
public partial class CustomQueryHotkeySetting : Window

Flow.Launcher/HotkeyControl.xaml.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ public void SetHotkey(HotkeyModel keyModel, bool triggerValidate = true)
8181
}
8282
}
8383

84-
85-
8684
public void SetHotkey(string keyStr, bool triggerValidate = true)
8785
{
8886
SetHotkey(new HotkeyModel(keyStr), triggerValidate);

Flow.Launcher/SettingWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ private void OnExternalPluginInstallClick(object sender, RoutedEventArgs e)
281281
API.ShowMainWindow();
282282
}
283283
}
284+
284285
private void window_MouseDown(object sender, MouseButtonEventArgs e) /* for close hotkey popup */
285286
{
286287
TextBox textBox = Keyboard.FocusedElement as TextBox;
@@ -290,6 +291,5 @@ private void OnExternalPluginInstallClick(object sender, RoutedEventArgs e)
290291
textBox.MoveFocus(tRequest);
291292
}
292293
}
293-
294294
}
295295
}

Plugins/Flow.Launcher.Plugin.WebSearch/Languages/en.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion_provider">Autocomplete Data from: </system:String>
2020
<system:String x:Key="flowlauncher_plugin_websearch_pls_select_web_search">Please select a web search</system:String>
2121
<system:String x:Key="flowlauncher_plugin_websearch_delete_warning">Are you sure you want to delete {0}?</system:String>
22-
<system:String x:Key="flowlauncher_plugin_websearch_guide_1">If you have a web search on the service you want to use, you can add it to the Flow. For example, You can check the following formats in the address bar when you search 'casino' on Netflix . "https://www.netflix.com/search?q=Casino" So, you change the search word area as follows.</system:String>
22+
<system:String x:Key="flowlauncher_plugin_websearch_guide_1">If you have a web search service you want to use, you can add it to Flow. For example, you can follow the url format in the address bar if you want to search 'casino' on Netflix: "https://www.netflix.com/search?q=Casino". To do this, change the search term 'Casino' as follows.</system:String>
2323
<system:String x:Key="flowlauncher_plugin_websearch_guide_2">https://www.netflix.com/search?q={q}</system:String>
24-
<system:String x:Key="flowlauncher_plugin_websearch_guide_3">And add it to the place URL in this window, then you can search Netflix in Flow.</system:String>
24+
<system:String x:Key="flowlauncher_plugin_websearch_guide_3">Add it to the URL section below. You can now search Netflix with Flow using any search terms.</system:String>
2525

2626

2727
<!--web search edit-->

Plugins/Flow.Launcher.Plugin.WebSearch/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"Name": "Web Searches",
2727
"Description": "Provide the web search ability",
2828
"Author": "qianlifeng",
29-
"Version": "1.4.0",
29+
"Version": "1.4.1",
3030
"Language": "csharp",
3131
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
3232
"ExecuteFileName": "Flow.Launcher.Plugin.WebSearch.dll",

0 commit comments

Comments
 (0)